How to go from App to App with Pages

I am familiar with going from one app to another using the Go To App feature.

But when using Pages its not so clear to me.

I am showing some screens below. The first screen has a black button on the top (on page 1) showing "Go To Appointments" which are on Page 2.

The second screen shows the apps on Page 2. I can't find anything I should refer to with "Go to".

Mike

Hi Mike,

On your event handler, select Go to page, then choose your page and pass any data with it. See below.


Here is a quick demo app Nav to page 2.json (6.9 KB)

If you want to do it via script you need to use the utils.openApp() method.

eg utils.openApp(retoolContext.appUuid, {pageName: 'page2'});

2 Likes

Shawn:

It works perfectly. Thank you so much.

I have marked your answer as a solution.

Mike

1 Like

Happy to help whenever I can Mike!

1 Like