Configure the Navigate To Another Form Action

Use the Navigate to another Form action when you want to redirect the user from one form to another, for example when a button on the form is clicked. This action is useful when you want to provide additional information such as showing a confirmation page, viewing and editing a list of values, or completing a survey.

This demonstration uses rule events, conditions, and actions to evaluate values on the parent form, then opens a child form and loads content based on those values.

For information on navigating to a URL see: Configure the navigate to URL action.

Example 1: On the Add Sales Employee Form, the desired region does not appear in the Region (Drop-Down List). Clicking the Edit Regions button opens the Add Region Form where you can add the region you need.
Add New Region

Example 2: On the Add Sales Employee Form, the region appears in the drop-down list but needs updating. Clicking the Edit Regions button opens the Add Region Form with the selected region loaded in the Edit Regions Item View. In both examples, a condition executes after clicking the Edit Regions button. The condition checks to see if a region is selected and if so, loads the region details in the Edit Regions Item View.
Edit Region Content

Try it yourself!