How to navigate between App Containers

I would like to know how to navigate between a different App Containers.

I have a project with two different solutions with the same database of users.

I don’t like to continue growing pages in the same App Container but at the logging I need the same Users registration.

Using Go To Page how to write the address ?

“contable” = App Container
“MenuContable” = Page inside the container

Screen Shot 2022-05-07 at 21.11.26

Thanks, Mario

I found this solution in the middle time.

It’s working but maybe there is a better way to do it.
Inside the red is the App keys
Mario

Hi, @Mario_Ghersi
In order to navigate between pages you need to use the Open Web Page block. So, you have used the correct block. In the URL property you have to specify the full URL of the index.html of the other container. In the URL parameter you have to specify the name of the page.
An example for you:


Regards, Marina