I am trying to make a logic app with "Recurrence" triger which get items from SPO list (from view) with condition:
- if have null values, then pass them some string or boolean (if column is boolean type)
Then get rows from Azure SQL table and compare with data from SPO (above), if there is a match then skip them, if is not a match then add row in Azure SQL with values from SPO item.
Do you have any ideas ?