I am creating a flow to copy and update information from one Sharepoint list to another. I put a condition in to check if the item exists in the destination and if the condition is yes it should create a new item and if the condition is no it should update the item. When I run the flow it gets all the way to No and says the Apply to each is done but no actions have been performed.
Any idea what I'm doing wrong and how to get the update to run?
in condition 2 my function is
To debug this add a Compose action step before the IF condition. Inside the compose place the below mapping
triggerOutputs()?['body/RX_x0023_Start']
Run the flow and see what's returning.
Or check the run history and check the value triggerOutputs()?['body/RX_x0023_Start'] from the trigger step.
Thanks
WarrenBelz
146,631
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,991
Most Valuable Professional