hi,
I am downloading my list via a button like so -
ClearCollect(TestCollection, ShowColumns('Cool Intake',"ID_three","LeadName"));
Set(varFileLink,ExporttoExcel.Run(JSON(TestCollection,JSONFormat.IgnoreBinaryData)));
Launch(varFileLink.filelink);
but i notice for choice columns I add to my ShowColumns, It comes in the onedrive excel as {"Value":"ABC"}.
Why is this?
here is my flow -
thanks.


Report
All responses (
Answers (