Hi,
I have an array of data.
I want to create a CSV table from this, taking values from each object/array within the array and then save the completed CSV to a SharePoint site.
To do this, I am starting with the following... is this correct? How can I, when the CSV is populated, save it to a SP site? If I go outside of the loop, how do I get the CSV data so that I can use the Create File (SharePoint) action? If I put the action inside the loop, it'll create hundreds of files :( :(
Thank you
SD