Grouped actions not fully triggering if confirmation selection is false

I have a Grouped action with three other actions within it.  My app is a project management app, and when a project is marked complete, it initiates the Grouped action (see below). 

  • Mark Project Complete (changes status of this row to Complete)
  • Send Review link to Agent (adds a new record to a Review table)
  • Send Review link to Client (adds a new record to a Review table)

wheaties_0-1724420960210.png

First action triggers fine, however the second and third actions both have Confirmation pop-ups enabled, allowing the user to decide to trigger them or not.  If the user confirms, all actions execute as planned. 

The issue is if the user selects cancel on the confirmation pop-up for the second action which results in the third action not triggering. In essence, when the second trigger is deemed FALSE, it stops any remaining actions to trigger. My goal is to ensure the third action always initiates even if the second action is not triggered (by user choice). I need the confirmation pop-ups to remain in place for both actions.

Any suggestions are appreciated.

Solved Solved
0 5 202
1 ACCEPTED SOLUTION

Steve - This worked like a charm, exactly what I needed.  Didn't know you could insulate actions like this, very handy to know.  Thank you!

View solution in original post

5 REPLIES 5
Top Labels in this Space