Bug - second action in grouped action fails when row is being deleted

I have a data change action that is triggering a grouped action when a row is deleted from a table. However, only the first action (which copies data from the row being deleted to another table) works - all subsequent actions which occur in the other table fail with the following error message :

โ€œErrorsโ€: "Error: Failed to perform โ€˜Groupedโ€™ action โ€˜UGDelRowActionโ€™ child action โ€˜UGDRA2 (Identify Row in Users and trigger action sequence)โ€™ due to error: Error: Failed to perform โ€˜Groupedโ€™ action โ€˜UserUGDelActionโ€™ child action โ€˜UUGRDA1 (Set UseremailforAPP in CM)โ€™ due to error: Error: โ€˜Action on a set of rowsโ€™ โ€˜UUGRDA1 (Set UseremailforAPP in CM)โ€™ for table 'Users failed with exception Value cannot be null.\r\nParameter name: source \nError: โ€˜Action on a set of rowsโ€™ โ€˜UGDRA2 (Identify Row in Users and trigger action sequence)โ€™ for table 'UserGroup failed with exception Value cannot be null.\r\nParameter name: source ",

The second action needs to be executed in the context of the other table but as the row is deleted, it has no idea which rows that action should run for. I believe that the row data should be available for ALL actions in the grouped action, not just the first.

I will send this to support but just posting here for other users likely to hit the same issue.

0 8 436
8 REPLIES 8
Top Labels in this Space