BrianP
October 22, 2024, 11:12pm
1
Goal: Use Link of Link List to go to another app, but apps in subfolders don't appear in the choices
Steps:
Add a link to an app.
Add a Click event handler.
Use Action "Go to app"
Try to choose an app - no apps that are in subfolders appear
Just wondering if this is a bug or not, and what a workaround would be.
BrianP
October 23, 2024, 4:12pm
2
Well, today it is properly showing all the subfolder apps, so maybe something was fixed there was a cache/refresh issue.
Paulo
October 23, 2024, 5:20pm
3
Hi @BrianP , I'm glad to hear that you are now able to see all apps in the dropdown. If this happens again, you can also use a 'Run script' event handler with the utils.openApp()
function:
To get the uuid
, open the desired app and check the state for retoolContext
. Copy the value of appUuid
and add it to the event handler.
BrianP
October 23, 2024, 7:54pm
4
Thank you, that's very handy!
1 Like