
Hi all
I need to read data from table1 and copy all data (filtered with query) in the table2 when an event is verified ... can somebody indicate my some example?
I think to use Power Automate, but I've not idea how to do that.
thanx for any help or suggestion
Hi,
List rows action can be used to retrieve records from Table1
learn.microsoft.com/.../list-rows
Then apply loop and use Add a row action to create record in table2