Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

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,438
15 REPLIES 15
Top Labels in this Space