I am new to MS Flow. I am trying to schedule a flow that will each time save the results of the SQL query to csv or excel, under same name.
I hoped this would be simple with Flow but it's fairly complicated. If I understood correctly I can't just do this in 3 steps, start->query->Save, I need to do it for each item in the results. Below is my poor attempt , just saves the last item I guess.
Also, when I resolve this, do I need add a step to delete the file and create new one with the same name of will the flow overwrite the file?
