Multiple forms for a single spreadsheet

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!

Solved Solved
0 2 100
1 ACCEPTED SOLUTION

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.

 

 

View solution in original post

2 REPLIES 2

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.

 

 

Thank you! ๐Ÿค—

Top Labels in this Space