Loading...

We're setting up your new app...

Template

Dynamic Form Action

How to go to a view based on the user's form submission

Industry: n/a
Function: Other
This app shows how to dynamically control which view a form goes to when submitted. Try filling out the form to see a demonstration.
Loading...

How we built this app

This app has three views: - A form, which includes a question that controls which view to go to - A table view of fruits - A table view of vegetables The form view settings has an Event Actions property. We've set the Form Saved action to a custom action we've defined called Conditional Navigate. The Conditional Navigate is an action on the form's table. It navigates to another view in the app. The formula used to control which view to go to is LINKTOVIEW(IF([Choice] = "Veggie View", "Vegetables", "Fruits")), which checks the [Choice] column that the user has filled in.
This is a preview of the data sets used in the app.

Data

This is a high-level model of both the data entities and the UI elements in the app.
Loading...
Start for free