You can increase functionality by adding Confirmation and Condition to actions. These features make actions more dynamic and controlled.
This training content consists of the following topics:
Confirmation obtains confirmation from the user before the action is executed. This feature prevents accidental triggering of particularly critical actions.
Steps
Mode of Operation:
Example:
By adding Confirmation to the action of deleting a user record, the message “Are you sure you want to delete this record?” can be displayed. This prevents accidental data loss.
Condition allows actions to run only when a certain condition is met. This feature increases the control of actions.
Steps
3. A sub-heading Will execute if... (Will execute if this condition is met) is automatically added to the action under the Condition heading.
4. Define the condition via Symbol Picker. For example, you can check if a variable is equal to a certain value.
How it works:
Example:
For a payment transaction, the condition that the payment amount is greater than 0 can be added to the action. If the amount is 0 or less, the action will not be executed.