I have an app that it is used, so i can’t make huge changes for this problem.
I have a single spreadsheet that i would like to edit with 3 forms that can be accesed with buttons (behavior displayed prominently). Using “open a form to edit this row” opens the same form.
Thank you!
Don’t use that action option… instead make use of a deeplink navigation action:
- LinkToRow() is what you’re looking for
First thing you’ll need to do is create 3 separate form views, each one containing the different columns you want in each form.
Then, create your 3 separate actions - each one with a different LinkToRow() formula, going to the same record… but in a different view.
3 Likes