Copy from Data source to another data source

I have two data source. I want to use a button to copy all the lists from one datasourceA to datasourceB. datasource A has the columns Reg, Name and Level and Data source B has Reg, Name and Level. how do I achieve this?

Hi,

You have to use the Get row object block to read each row from the first datasource and then write to the second datasource using the Create row block.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.