Hi everyone.
I have a problem with power automate that create a excel file. This flow is connected whit an app. In this app when i press a button the flow start.
This is the formula that I use in the app:
Set(nocolonne;ShowColumns(colnew;"Cd_Prodo";"Item"));;Set(coljson;JSON(nocolonne;JSONFormat.IndentFour));;
ExporttoExcel.Run(coljson)
the flow start anc created a flie csv, but the information is not divided into collonne but into a single line.
Could you help me??