Power Automate: Write an array into a multi-selection field

Our use case was two multi-selection fields from SharePoint, which were to be written to a new multi-selection field.

When adding the values to the array variable, it is important to use the following code:

{
  "Value": "EUER_ELEMENT"
}

When writing back to the SharePoint list, it is important to switch to array mode so that the array can be selected at all!


Dieser Beitrag ist auch verfügbar auf: Deutsch (German)

Was this article helpful?

Related Articles

Leave A Comment?