Building dynamic workflows

In this section you will learn how to build dynamic workflows

Modals support adding custom actions, giving you the flexibility to build interactive workflows.

To add a notification, when opening the Modal, follow the steps:

  1. Click on the Customize Modal button

  2. Go to the Actions Tab

  3. Click on the Open Action to specify it

  4. Click on the Show Notification to show a notification when opening a Modal

  5. Specify the Title of the Notification

  6. Choose the Display Color of the Notification

To add a notification, when closing the Modal, follow the steps:

  1. Click on the Customize Modal button

  2. Go to the Actions Tab

  3. Click on the Close Action to specify it

  4. Click on the Show Notification to show a notification when closing a Modal

  5. Specify the Title of the Notification

  6. Choose the Display Color of the Notification

You can define variables in your app and seamlessly pass them into modals to populate dynamic content and behavior.

To add a variable to your modal, follow the steps:

  1. Click on the Variables tab

  2. Click on the Create Global Variable button

  3. Select Stored Global Variable

  4. Change the data type of the variable

  5. Add a Default value for the variable

  6. Click on the Create button

  1. Now, let's open the Modal to add a variable to it

  2. Choose the Modal you want to add the variable to

  3. From the right menu, click on the Add Field button

  4. Click to Add a new Computed Field

  5. Specify the value of the variable

  6. Choose the created global variable

Last updated