I'd like to export information from a Powerapps app to an Excel file. I need to export information on customers and contacts and so would like to create an Excel file on the users desktop that contains the customer info on one sheet and contacts on a second. This information will be stored in two collections. I do not believe I should ever exceed 2000 rows of either data.
I've watched a few videos on exporting, but most write to CSV files. I think (could be wrong) that I would need an xlsx file because of the two sheets. I saw one video writing to Excel but it wasn't called from within Powerapps - just Power Automate - would I set it up similarly as creating a CSV? How do I create the second sheet? The video I saw said you had to create a blank template file, do I need to do that? I write to a CSV file somewhere else so was wondering if I can somewhat copy that automate but make changes?
If there is a video that shows how to do this, I'd appreciate the help.