Hi,
I am trying to use a power automate to
1) Create NEW items
2) If Item exists - update item and row
3) Do not create duplicates.
step 1 - i am creating items in my sharepoint list via an excel table.
Step 2 - now that these are created, how can I view update values in this row each time the flow is ran and not create duplicates?
condition - length(outputs('Get_items')?['body'])
getting an error on my condition - "Action 'Condition' failed"
any help would be appreciated.