Hello humans,
I'm looking to capture information in a SharePoint List and write it to a corresponding field in a hosted feature layer on AGOL using Power Automate. This is easily accomplished... except for List fields that are "Select multiple". Is it possible to somehow parse these multiple inputs in the List and write them as comma separated text in the AGOL attribute table? I'm thinking I'd need to somehow split the multiple choice field into an array and then put it back together on the AGOL side, but I'm not sure how to go about this. Has anyone done this?
thanks,
-r
Hi @rbd,
Maybe you could use JSON or Composer actions available in-app to modify or create a JSON, then use update record in a feature layer action or the recently released actions like `Add/Update records in a feature Layer (batch)`. These batch Actions take in an array of features.
Thanks, @AkshayHarshe I will give that a try!