System.perspective.navigate

Hello, need some help:
I'm trying to use the function system.perspective.navigate() for navigation to a view.
I've wrote the argument : system.perspective.navigate(view="myView"), still keep receiving the error "view with configured path is not found in the project" .
I've tied writing the path in different ways - 'Views/myView', "Views/myView","myView", still same result.
Any idea to how exactly pass the View Path in the function?
Thanks

First thing to try is right click on the view in the project browser tree and select Copy Path. Paste it in and see if it is different from what you have tried.

Hi, thanks.
Found my problem: there was another popup event activated. It was configured on the element, which directed to an unspecified view. :woman_facepalming:

1 Like