NOT WORKING - effect: Grouped: execute a sequence of actions

hi,

im using an action with “effect: Grouped: execute a sequence of actions” but when i execute it . only one action gets executed all the time. and i have to reinvoke the event to invoke the second action.

am i missing anything .

below is a little bit of more context specificity:

“Group action” - > Action1, Action2

Group action gets invoked by user clicking on the UX table view set under the

“behavior tab” → Event Actions

Actions to take when events occur.

Row Selected - “Group action”

Action 1

effect: Data: execute an action on a set of rows"

Updates cell values in rows

Action 2
effect: Data: execute an action on a set of rows

Updates cell values in rows

FYI: Action 2 has an expression that involves post effect of Action1 -
to be specific -
i m using a virtual column that has a formula that gets updated with a value after "Action 1 "and use that in updating the rows in Action 2.

ANY help or guidance on the way im using the grouped actions that might be causing the issue is much appreciated.

1 Like

Check the conditions and also I suggest you to post here which kind of expressions are you using

3 Likes

Thanks for responding, i found an error with my expression logic now its working..

1 Like

Do you have any Behavior condition that might be preventing the action from firing?

1 Like