action.bulk
Use this component to call multiple actions at the same time, like to show more than one notification when a button is clicked.
Actions are invoked in the order in which they are listed. This means that if two actions write a value to the same variable, the variable will always have the second value.
Component properties
Name |
Type |
Description |
|
"action.bulk" |
Set component type |
|
array |
An array of actions that you want to call. |
|
action |
Action. |