Hello everyone.
I was trying to follow this beautiful video by Reza (https://www.youtube.com/watch?v=xurF9SY68qg) for the export to excel of data contained in a gallery of a power apps.
I implemented everything, with the only difference that the data in my case is in DATAVERSE and NOT in sharepoint.
Practically the file in excel is generated, but:
- Only the first row with column titles is generated; However, I don't see any data
- the excel file does NOT open automatically but remains created in OneDrive and that's it
- No errors in flow: I have always Success result
NB: in Dataverse cannot pass empty query when launch the flow and my query is:
Set(varURL,ExportExpenseReportstoExcel.Run("statecode eq 0").url)
Has anyone who tried with Dataverse experienced the same issues?
ps: I have already "fixed" this part as Reza always said here (https://www.youtube.com/post/UgkxvQfTWNyuJWokAHCvM-NBazBXVnUtLJER)
Thanks in advance for your help
Regards