How to Add Behaviors?

Modified on Tue, 04 Apr 2023

4 minutes read

Define Behaviors

  1. Give a name to your behavior.
  2. Define the condition.
  3. Add more condition statements using the  icon.
  4. Specify the action that must happen when the event occurs. 
Eg

Determine what action should be taken when the button is clicked. This may include opening a new page, displaying a popup window, initiating a business process or workflow, etc.

You can add multiple actions to alter the behavior of UI elements based on certain criteria.

Eg

You could create a condition that will display a particular set of product categories to users from Europe, and a different set of categories to users from North America.