Action - Data: Execute an action on a set of rows

Hi

Can someone explain or point me to an article which explains with an example how this action works. Basically I want to delete all rows from Table B where the Date column value in Table B = Date column value in Table A of the record I want to delete.

In other words, when I delete a record in Table A using the Delete button, I want all rows in Table B to be deleted using the above condition. Been trying to use the โ€œDo Thisโ€ Data: Execute an action on a set of rowsโ€ฆbut not able to get it work

1 3 2,481
3 REPLIES 3

Tried with _THISROW() but does not work

Maybe you wish to take a look at the reference actions. The below sample app adds to values in the child table but similarly you could use โ€œDeleteโ€ action in the child table. In general, the number of records o be deleted in table B should not be very large as multiple delete actions( one for each row in table B) could take a long time to execute.

https://www.appsheet.com/samples/This-app-shows-how-to-use-reference-actions?appGuidString=e76d2e73-...

Thanks so much Suvrutt

Top Labels in this Space