Sequentially executing multiple actions with grouped actions
At times, the app may need two or more actions to be invoked one after the other. In such a scenario, you can group several actions in the Grouped: Execute a sequence of actions action type.
You can group several actions as a group action. However, there are certain precautions you need to take while configuring the group actions:
- The actions included in the grouped actions need to be from the same table on which you configure the group action. You can, of course, have a reference action from that table included in the group action. This reference action can, in turn, invoke a data change in another table. However, you cannot directly include other types of actions from other tables in the group actions.
- The first action of the sequence of group actions cannot be a delete action. A delete action essentially halts any further processing of the group actions.
- You cannot configure non-row level actions such...