Hi,
I am need to export a gallery to CSV file. I came across Shane Young Youtube tutorial. It works using checkboxes to load data and he uses DropDown columns. As I undestand, this is because JSON cannot do well on records.
I just want to export gallery to CSV file.
Set(varDroppedRecordColumns, DropColumns(ExportCSVCol,"Dept","DocumentationHanded", "DocumentationShown", "Inspector","Presenter"));
Set(varFormattedJSON, JSON(varDroppedRecordColumns, JSONFormat.IndentFour));
'Copyof-VideoExportCSV'.Run(varFormattedJSON)So if I run this, DropColumns is not included in the output which is makes sense.
Any workaround to pass the records in JSON?
Thank you.
Regards,
May

Report
All responses (
Answers (