I have an AGOL ExB application, where users are guided through several pages. After the selection of some gis objects in ExB, an external script is executed with those objects and depending on the result, the user should be guided either to continue or to go back in the ExB application.
At the moment I start this external script in an ExB window with an embed widget. Now I am interested if there exists a possibility to either control a button in the ExB window by the script to show forward or backward, dependent on the script result. Or to genereate a button in the widget by the script to lead forward or backward in the application. The second possibility nearly works, but I am trapped in the widget, I cannot navigate back to the top window of the application...
I welcome any ideas on how to solve this problem. Thank you.