Now that Flow has the capability of reading and writing multiple values to and from a sharepoint multi-value column (such as choice) I was wondering if anyone has worked out how to add values to a CSV table.
I have created a flow which creates a CSV Table from data on a sharepoint list using the Select Data Operation to customise column headers and then then emails the output CSV file.
The CSV table does not seem to output the values of the multiple choice field correctly as it outputs the full reference of the values instead of just the values themselves. Below is an example of what appears in the CSV file. Instead of this text what I was hoping for was "Choice 1; Choice 2; Choice 4".
[{"@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference","Id":0,"Value":"Choice 1"},{"@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference","Id":1,"Value":"Choice 2"},{"@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference","Id":3,"Value":"Choice 4"}]
Any suggestions as to what expression or method I should be using to get the multiple values into the CSV table would be much appreciated.
Amit
Hi @amitlathia,
I am afraid there is no way to retrieve Values from Multiple Value field in SharePoint list with Flow currently.
If you want to the feature that you mentioned to be supported in Microsoft Flow, please submit an idea to Flow Ideas Forum:
https://powerusers.microsoft.com/t5/Flow-Ideas/idb-p/FlowIdeas
Best Regards,
Barry
Hi @amitlathia,
The "read" mentioned in the blog may not be able to retrieve Values from Mulitple Value field.
I tested it on my side and there is no proper workaround to get the value of multiple-value fields currently.
We will continue to pay attention to whether there are any updates to this feature.
Best Regards,
Barry