Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago
Solved

Problem with How to Create CSV table to include data obtained from Run a query against a dataset

Hi everyone,

 

I am attempting to create a flow which builds a csv file, based on a step which queries a dataset, and then send the csv as an email attachment.

 

I can get it to create the csv and send the email with the csv attached but the csv content only shows a count of rows, not the actual row data. This is all quite new to me so I guess it is because I do not have an array set up correctly to then split out custom rows as I saw on an online tutorial on this topic.

 

My flow queries the dataset successfully and then parses the JSON into FirstTableRows using the schema. However, when I later get to the Create CSV table step, I don't have access to the row variables that I need to populate the csv with....

 

Please can someone let me know what I am missing here ?

 

Many thanks !

4 Replies