Hi all,
I have been scouring the forum and the web for an answer to this question, it feels like the enigma code at this point.
I have a multi choice column in SharePoint that I want to bring into a multi choice column in a Dataverse table. When I bring the SP table into the dataflow it separates the multi choice into numerous rows with the same ID, i.e:
Row 1 - Choice A
Row 1 - Choice B
Row 1 - Choice C
I can pivot this so that the choices are columns and therefore I have one row per row ID with a flag as to which of the X amount of choices have been selected.
After doing some reading I thought that I would be able to create a concat into my multi choice column in dataverse that gave the choices a comma between them (using the numerical ID for the choice, not the display name), i.e:
Row 1 - 1, 2, 3 instead of Row 1 - Choice A, Choice B, Choice C
But alas, this did not work and did not import the choices to my column, instead returning me an error that "choice option 1,2,3 does not exist".
So, the age old question that man has tried to crack since the dawn of time remains. Just how do you integrate into a multi choice column in a dataverse table via a dataflow.
Come on Microsoft gods, there has to be an answer.
Thanks!
Tom