Hi.
There is a “Grouped” action that has two actions. The two actions (Action A, Action B) are of the type “Data: execute an action on a set of rows” and each executes an action (Action aa, Action bb) of the type “Data: set the values of some columns in this row”.
Question)
Action bb is affected by the value changed by Action aa. Is it correct that the execution result of the second action (Action B) in the “Grouped” action is determined by the value changed by the first action (Action A)?
Thank you.
It is not clear what you mean by this since you know that action bb IS affected by action aa.
If you are asking if the Referenced Rows in Action B are impacted by any rows added by action aa, the answer is YES, it should be. Otherwise please clarify what you mean!
I hope this helps!
1 Like
There are three tables.
“Grouped” actions are executed when the APPROVALLOG table form view is saved.
- Action A: 23exe_setDraftStatus
- Action B: 23exe_setReviewerStatus
Action A and Action B are actions in the APPROVALLOG table that execute Action aa and Acction bb respectively.
Action aa is an action in the DRAFT table, and Acction bb is an action in the REVIEWER table.
Action B is designed to be executed only when the value of the draft_status column in the DRAFT table is “inReviewProgresss”, and Action A changes the draft_status value in the DRAFT table.
Question)
What I’m curious about is, if one action of a Grouped action changes a value, is the other action executed based on the value before the change or the value after the change?
If I ask the question again based on the explanation above, Action A changes the draft_status value of the DRAFT table, and Action B is affected by the draft_status value of the DRAFT table. I wonder whether Action B is executed based on the draft_status value before the change or the draft_status value after it is changed by Action A.
Thank you.