Hello all.
I am trying to write a data table along with headers.
However it's writing data without headers.
I have headrest like A,B and C
In this case yes.
But I am not able to add headers to the excel after extracting data table from web.
Thanks for all the responses.
How to do it in Power automate desktop.
Hi @Dineshbabu ,
Do you want to copy the header of the table to the new table?
If so, I did a test for your reference.
I assume the header of my table is:Column1,Column2,Column3
New Table:
My Flow:
{
"Column1":@{items('Apply_to_each')?['Column1']},
"Column2":@{items('Apply_to_each')?['Column2']},
"Column3":@{items('Apply_to_each')?['Column3']}
}
Best Regards,
Sunshine Gu
Hello @Dineshbabu
Are specifying the columns names when creating the table ?
----------------------------------------------------------
If I have answered your question, please mark your post as Solved. 🆗✔️
If you like my response, please give it a Thumbs Up. 👍
You can accept more than one post as a solution.