My goal is to copy data from one SQL table to another SQL Table.
I'm trying to create a conditional Insert/Update statement in Power Automate based on Row ID. I have two tables right now with the same columns.
Source SQL Table
Destination SQL Table
I would like to update rows if Row ID already exists or create new if already not exists.
I tried Execute SQL query but this is not supported.(Known issues)
I tried "Transform data using Power Query to fetch rows from Source and Destination" and then had if condition to compare "Source.ProjectName = Dest.ProjectName" then its going into two Apply each conditions but still not creating items..