Grouped Action ignoring action inside the grouped action

Hi all! I am a newbie! I’d like to ask questions about grouped actions.

I have the case about this table (we call it table A). I want to make a grouped action that can edit the data and after that have an action that add a new row to another table using values from this row (in this case I want to edit the row and the result of the row will be added to another table (we call it table B)). The problem is when the grouped action is running, it only run the edit action and didn’t run the action that add new row to another table (we call it action X), but the action X can run independently like the action edit. what should I do to make grouped action run both of the action (action edit and action X)?

The app user’s action cancels the process. But you can add the 2nd action as an event action to your form view.. which then generates the new row.

1 Like