Using app actions for navigation and working with CSV files
We will start with app-type navigation actions and explain how to configure conditional and unconditional navigation actions. In the latter part of this section, you will learn about configuring CSV export and import actions.
Users can navigate within an app by using the view names in the bottom bar and menu options. However, users often want to navigate to another view within the app or outside the app from the view they are in. Navigation actions allow you to configure this view-to-view navigation.
Users may also want to navigate to some specific results in the navigated views depending on the current record they are viewing. For example, in this chapter’s sample app, Chapter 05_01 Actions – Projects, when the user is in the project record detail view, they may want to view task records that are open or completed for that specific project.
In another instance, the user may want to create a new project...