Hi everyone,
I have a table that i am exporting to excel using power automate. This is what i am using:
Set(varA,Concat(Tracks,Market & "," &Char(10))); 'PowerAppV2->Createfile'.Run(varA)
and it is working fine!
Only thing is, is that i would like it to have a header,
e.g from this to this

any suggestions please?
Thanks!!