Hi all,
I have an app which filters a sharepoint list. The filtered data is displayed in a Gallery. Via Flow this Data will be send in a csv to the app user.
The way the folw works is:
-User fliters a SharePoint-list in Powerapps and trigger the flow
- A file with the filtered data is created
- Via Outlook the file is send to the user, who triggered the flow
- The file gets deleted
My problem is, that, if I want to send a second mail with another filter, the data from the first filter will also be in the csv, altough for every run a new csv-file will be created. I suspect the data might be in some kind of cache, but I don't where this cache is.
The only workaround I know is to reload the browser-tab with the app.
Is there any other way i can reload, refresh or restart the app?