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