I have a flow that gets a string from powerapps that is then converted into an array of values. this is then written to an excel table. there are a total of 432 entries per submission which mean columns 1-432. in the flow I use variables('variablename')[x] where x is the column name - 1. I have tried to have copilot auto name these for me but thought maybe there is a better way to do this. Any help would be appreciated.
Array 0-431 -> measurements read in via a csv/string from powerapps. this is working how I need already.
These map to 1-432 in the excel sheet/table
thank you in advance for any ideas on how this can be done more easily.