I'm trying to create a Flow that will automatically reformat a CSV into a proper tabular format.
I received some great help on my original post to build the flow, here: https://powerusers.microsoft.com/t5/Building-Flows/How-do-I-format-CSV-to-proper-format-to-be-uploaded-into/m-p/2452262#M274015
However, I cannot figure out why I'm receiving this error:
"The execution of template action 'Create_CSV_table' failed. The column values could not be evaluated: 'The template language expression 'body('Select')[1][concat('col', item())]' cannot be evaluated because array index '1' is outside bounds (0, 0) of array. "
I've attached a Word doc with screen shots of everything.
I've deleted the Flow and created a new one hoping that would fix the issue, but no luck.
I'm not too familiar with Flow so my troubleshooting is limited.
Any help is appreciated.