
Here is my current flow,
The current flow works as made, however if i have multiple items in the "TempNonConformance List" with the same conditions i wish for it too update the already created list item in the "Work Orders List", so i created a column called extraimages in the "TempNonConformance List" so i can build a condition that if the extraimages column says yes then the flow will look for the same ID and update the flow with multiple links rather than create another list item in the "Work Orders List"
However when i insert the conditions with extraimages as yes and use update item it asks me for the items ID, but i cannot put the it in the update item?
could someone help me please
Hi @Questionasking,
You said you want to update items that with extraimages as yes, but I can see the action in your screenshot is Create item action.
If you use Update item couldn't find the ID, you could use the expression to get it, for example:
item()?['ID']
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.