I'm creating a flow that will read a CSV file received by mail and add it into an excel file.
The thing is the CSV can be massive and the flow ends with a time out. I've read this about setting the time outs but my issue is with the apply to each loop, the processes inside the loop are quite quick all things considered but since the CSV is massive the flow fails.
Is there any way to sort this out? I've considered splitting the CSV but there must be a simpler way of changing the timeout.
Thanks.