How to pass parameters using system.perspective.navagate

That’s not how you receive params for the View. The named View node must have the param set within the params category or properties. You should then update any bindings against self.root.custom.myCustParam to self.view.params.myCustParam.
Screen Shot 2021-11-09 at 11.24.45 AM

Please review the documentation.