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.
Solved! Go to Solution.
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.
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.
Hi @yashag2255 ,
That did the trick. Thank you so much. I tried with something like body()? but could never get it to work.
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
14 | |
4 | |
4 | |
4 | |
4 |
User | Count |
---|---|
11 | |
6 | |
5 | |
5 | |
5 |