Hello,
I am looking to export all the information on this Finance screen based on filtered results between the search bar and date picker range. In the top right of the screen is the download button, which is meant to export the data currently at the screen as a .csv file that is sent via email.
Here is the code for OnSelect of the download button:
ExportCSVEmail.Run(JSON(colFilteredERPList,JSONFormat.IncludeBinaryData))
Here is the Finance screen:
My issue so far is I am unsure how to initialize the variable in the OnStart property. I am also unsure how to add the If statement to the BrowseGallery of this screen to use that colFilteredERPList. I have not created this collection, and I do not know how to.
Here is the Power Automate flow, which I believe has been correctly done:
Any help is greatly appreciated. Thanks.

Report
All responses (
Answers (