Hi All,
I am trying to build a flow and copy/move a Sharepoint list item from one SharePoint list to another.
The issue I am having is copying/moving the data that is in choice/multi select format.
When I look at the output from the ‘Get Items’ action, the multi select data is brought back as “@odata.type”
Having looked at a similar issue and response provided by @DeepakS
Solved: Retrieve checkbox value and remove "@odata.type" - Power Platform Community (microsoft.com)
I have managed to retrieve the value using the following:
This has returned the output:
I now need to get this data into a multi select/choice format before I can create it in the new SharePoint list.
I know that I need to format my output as a JSON Array but I am unsure as to the steps.
I would really appreciate any assistance.
Thank you.