Link to view based on enum value

I'm having trouble triggering an action based on an enum value.

I have a large form. Several different slices each have different columns in the one table that the form is built from. I set up views for each slice. When an enum value "slice 1" is selected from a list, that should move me to the form view for "slice 1". Having trouble figuring out how to do this. Thanks for any pointers...

0 1 171
1 REPLY 1

Please explore if you can make use of "branching with forms",

Please take a look at the section "Conditional branching in your spreadsheet and the editor" in the article below

Create multi-page forms with conditional branching - AppSheet Help

So in general, on the first page of the form, you could have the enum that allows the user to navigate to various sections of the form. This navigation is based on enum selection on  the first page in each of the section's Page Header show column's show if property. You will not need slices in this arrangement.

Please take a look at the following sample app listed in the help article Get started by using the feature samples - AppSheet Help

Multi-Page Forms - AppSheet

The sample app does not have enum on the first page but you could include it as described in the help article.

 

Top Labels in this Space