
Announcements
I am trying to write an update item flow.
Currently, the column 'Job_Name' in the Get items (SharePoint List) is empty.
I want to use the update action to add the job name content to the existing
items.
I am pulling data from an Excel Workbook and a SharePoint List.
All of the data is coming in, the Condition is matching and returning 'true' where the items match.
However, the update item action is failing.
Where did I go wrong, what am I missing?
Apply to each value: outputs('Get items')?['body/value']
Get items Excel
Condition: Output(body('Select_2') is equal to Output(body('Select')
I am trying to update ONLY the 'Job Name' - the property of which has:
items('Apply_to_each')?['Job_Name']
Hi , @Phineas
This is the expression error code , you can try to use this expression:
items('Apply_to_each')?['Job_Name']
It seems that you loss a "s".
If this reply can help you , you can click mark this reply as solution (Accept solution) which can help more people, thanks in advance!
Best Regards,
Yueyun Zhang