Hi all
I'm using dataverse connector to build a power automate flow that creates a record in contact entity when a Microsoft form(Forms Pro form) is filled.
So the issue is the MS form has few questions which are of Multiselect options and the same fields on the contact entity are also the Multiselect options but still I'm unable to map them.
This is for dataverse connector (not SharePoint) with Multiselect options, Please help if any one knows about it.
Thanks in advance
@Sk365, sorry for my delay.
I just ran a test to update a multiselect optionset.
I used Compose,
And populated the field with the output of the compose step.
Thanks for the reply,
As I'm new to power automate, I don't exactly get what u said
Cab you be a bit more clear on this? Please...
When reading the MultiSelect field I had to cycle through a collection of optionset values. Try converting the your forms selections to matching options of the multiselect and place the results into a collection to store if the CDS/Dataverse field. ie. (45600001,46500002,50000001).