Hello,
I am using the Create CSV Table action to generate a CSV from an array. However in the Create CSV Table action, the option to include headers is no longer avaialble and no matter i chose the Automatic or Custom option, the header row is always included.
I have tried to remove the header row using the replace function but that results in a blank line. Could someone suggest how do i get rid of the header row in the CSV Table?
Here is the Create CSV Table action:
Here is the output:
The first row is the Header row. Thanks in advance.
Hi @yashag2255 ,
That did the trick. Thank you so much. I tried with something like body()? but could never get it to work.
Hey @Nithin_Vanam
You can refer to the screenshot below to acheive this:
The expression used for the value is:
item()?['Name']Here, Name is the key from the object in the array. Similarly, for the next one, it will be age in the place for name. You can replicate accordingly for the data that you have.
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2