Hi! I’m hoping someone can help me.
I would like to use a form to help users navigate my app. It’ll look like this:
Depending on the selection made, the app should navigate to an appropriate view. I’m using the Action: “Go to another view within this App”. Here’s the LinktoView() /If Statement expression I’m using:
Linktoview(if([Navigation]=“Onboard a new employee”,“New Employee_Form”,
if([Navigation]=“Onboard a new vendor”,“Vendor Intake_Form”,
if([Navigation]=“Start a project with multiple tasks”,“Projects_Form”,if([Navigation]=“Track a single task”,“Tasks_Form”,
“Kanban”)))))
Here’s the table schema:
Here’s the form settings:
The problem is I either get a blank page, or or another view, usually my first page. Any help will be appreciated.



