I have a flow configured to get data from SharePoint list item and update a word document.
All the column values are getting updated as expected however I have Managed Metadata Column for Location. And the Value for this is not getting updated.
So I tried to create a new column with Single line of text and used Updated File Properties to get the values from Metadata Column.
And I was able to get the expected output. But along with the value, I also see the GUID
I came across this page. And tried the suggestion provided
https://powerusers.microsoft.com/t5/General-Flow-Discussion/Condition-is-failing-for-managed-metadat...
And ended up getting this error
The execution of template action 'Apply_to_each' failed: the result of the evaluation of 'foreach' expression '@triggerBody()?['entity']?['value']' is of type 'Null'. The result must be a valid array.
Any suggestions.
Below is the screenshot of my flowWorking flow gets GUID of Metadata column
Result with the GUID
Made changes to the flow
flow failed with error
Solved! Go to Solution.
Hi @jean9681blr,
It seems that you are using action Get item but not Get items, so there is no need to add Apply to each action in your flow.
I have made the following test which is working properly.
Please try again with it on your side.
Best regards,
Mabel
Hi @jean9681blr,
It seems that you are using action Get item but not Get items, so there is no need to add Apply to each action in your flow.
I have made the following test which is working properly.
Please try again with it on your side.
Best regards,
Mabel
Thank you
It worked as expected. 🙂
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
89 | |
59 | |
42 | |
35 | |
32 |
User | Count |
---|---|
78 | |
67 | |
57 | |
49 | |
42 |