Now I need to apply another action from the relevant parent table called fix all
to apply the fix action made above for each particular Item to apply on its related child table items
That all appears to be correct. What do you mean by “not working”? Is it returning an error? The values aren’t being applied? Have you confirmed that the single item “Fix” action works by itself?
The Fix action needs an Only if this condition is true expression that evaluates to TRUE only for rows that need to be fixed. If the action is applied to a row and no column values change (e.g., because it’s already been fixed), that’s considered a failure and will stop further processing.
Thanks Steve for your clarification, when I applied for another record it worked.
So how to solve this issue, if the child table have some items are already not fixed yet and others are fixed, and I need to apply the action to fix all?
If I need to apply All fix to include both one action to be applied on the parent table and the action “Fix” on the child table
Create an action of type Grouped: execute a sequence of actions and add the actions you want performed to it, then perform the grouped action from the parent row.