Hi everyone,
My goal is to have users update an excel table and have the data be pushed to a SQL Server 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.
1) Excel Table
2) SQL Server Table
I'd like to INSERT a row into the SQl Server Table from the Excel Table IF the ID in Excel Table is NOT in SQL Server table. Otherwise, I'd like to UPDATE the SQL Server Table with the info from the Excel table.
I can get the Update and Insert statements to work separately, but can't get the condition yes/no action to work.
Any help?