Is it possible to create a link component to another Retool app by just passing the uuid as a parameter?

Hi, I'm creating a homepage that will have all the links to all of my company's Retool apps. But I would like to create these links dynamically. I only have the app uuid in my database and I wouldn't want to use the app name at the end of the link because it might change... So it would be perfect if I could open an app just using the uuid in the link, that it's possible?

utils.openApp() may be what you are looking for!

1 Like

Perfect, @lenti.
Thank you