Navigate to View based on Value Added

Alex3
New Member

Hello,

Appsheet newbie. Within our app, we are adding items to a database. If the new row is a specific type, we need to we navigate to another form (after the action is saved), to enter additional data. But if the new row is a different type, the app should navigate to the existing default view.

For example:
Action: Adding New Car
Form: Car_Form

Requirement
If the โ€˜CarTypeโ€™ = โ€˜Convertibleโ€™,
Then
After saving the entry, we need to go to โ€˜ConvertibleDetails_Formโ€™ to enter additional
details (e.g. hard top, soft top, top color, etc.)

If the โ€˜CarTypeโ€™ is not โ€˜Convertibleโ€™
go to to the โ€˜CarListโ€™

Current Navigation
After a new entry is added, the system generated action is automatically taking the user to the CarList.

Question
Is there a method or expression to add navigation conditions to the system generated Save action, based on the data type (e.g. Convertible, Not Convertible)?

Thanks,

Alex

0 15 1,257
15 REPLIES 15
Top Labels in this Space