Hello guys
I'm building a CSV table from an Azure query, this is the flow:
when I tested the flow, I'm getting this results:
So, the Create CSV table it is reading fine the Query from devops(the input is right), however as you can see the Output just shows empty values.
I'm loading the Create CSV action like this:
One curious thing, at first in the create sharepoint file, I leave the file name with no .csv extension (I forgot) so when I run the flow it created a file with no extension, however when I renamed and add the .csv it worked and all the data from the query was in there perfectly, but when I add the .csv in the file name field in the Create File step, it just give me an empty table with just the column headers.
Any help would be appreciated.