Hello,
i have a SharePoint managed metadata column called "Scope" (Allow multi select). Where the user can select multiple scopes for an document like IT, HR or Operations.
In a flow I want to save them in another column as string e.g. "IT, HR"
First Idea, expression:
join(triggerBody()?['Scope']?['Label'],', ')
But this results in an error: "Array elements can only be selected with an integer index."
Do you have any solution for this?
Best regards,
Jonas
Solved! Go to Solution.
Hi @jesser,
You can use a select action to collect the label values. After that you can use a join function.
@tom_riha has a nice blogpost about that approach: https://tomriha.com/how-to-convert-array-to-a-string-in-power-automate/
In your case it could be a setup like this:
Hi @jesser,
You can use a select action to collect the label values. After that you can use a join function.
@tom_riha has a nice blogpost about that approach: https://tomriha.com/how-to-convert-array-to-a-string-in-power-automate/
In your case it could be a setup like this:
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Did you know that you could restore a deleted flow? Check out this helpful article.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
28 | |
28 | |
25 | |
25 | |
21 |
User | Count |
---|---|
65 | |
55 | |
44 | |
34 | |
30 |