how can i move selected records from table a to table b
Forums
Move selected records from table a to table b
Do you want to MOVE them, or COPY them?
Option 2: A read data action for table A with id IN {data:selected_entries} , and a loop with data source set to {var:read_data} or whatever your read data is called, with a save data action in the loop pointing to table B.
Option 1: Do everything above, and then delete the selected records from table A
Option 2: A read data action for table A with id IN {data:selected_entries} , and a loop with data source set to {var:read_data} or whatever your read data is called, with a save data action in the loop pointing to table B.
Option 1: Do everything above, and then delete the selected records from table A
This topic is locked and no more replies can be posted.