Hi everyone;
I building a flow to get value of a lookup column in Sharepoint Online. I have 2 list:
- Source list: "Product2". I want to pull the value of Lookup to another column
- Target List: "countrieslist"
My Flow I set:
But the error occurs:

Hi everyone;
I building a flow to get value of a lookup column in Sharepoint Online. I have 2 list:
- Source list: "Product2". I want to pull the value of Lookup to another column
- Target List: "countrieslist"
My Flow I set:
But the error occurs:
Hi @carem ,
Is it the “Update item” action run failed with the error message that you provided?
Please make sure you have choose the “ID” dynamic content from the trigger in the “Update item” action, also please make sure you don’t have any other flow would delete the item when the item is created in the list, I afraid that when your “Update item” action runs in the flow, the item has been deleted already.
Best regards,
Mabel