Forums

Move selected records from table a to table b

samir1903 16 Apr, 2019
how can i move selected records from table a to table b
healyhatman 17 Apr, 2019
Answer
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
This topic is locked and no more replies can be posted.