Hey, I’d like to share an external link to a certain screen of my app, so people can access from outside the app.
Now, I know I can just run the app, go to the screen and gather the URL, but I want this in a dynamic way when the URL is not known beforehand. This means, when that app has multiple users, there will be multiple pages. So having a static link is not scalable.
Basically, a link such as “app.adalo.com/thispage”.
Is there a way to allow for this?
Thanks!