Hello, I want to have several ways to enter a new record in my app, for instance I have a list screen with the “+” sign at top left but also want to have a “add new record” button at the App’s main screen.
I have already the form that displays after clicking the “+” sign it took me some time to do it as it has conditional visibility for some fields depending other fields and the logged in user, therefore I would like to use it again jumping to it when clicking In my “add new record” button (instead of creating a new add record form from scratch)
Problem is i haven’t found a way to find such existing form to trigger an action and jump to it, the only action I have found is “add form” which provides a brand new form for me to define again from scratch.
It’s a bit confusing to me that there are some “hidden” screens in glide apps which only appear when adding a new record, and such forms seem to be different depending where you click “new record” from.
Hopefully I am clear enough, thanks in advance for any advice or recommendation.
Regards
Juan