{Do you know} Select columns downloaded on mobile devices on Power Apps

Option 1: Use Export Control (Excel or CSV)
- Add the Export Control in Power Apps.
- Connect it to the data source (e.g., a Dataverse table or collection).
- Configure the columns by pre-filtering the dataset using the ShowColumns() function.
Option 2: Use Collections for Custom Export
1. Create a Collectio with Specific Columns
2. Export the Collection Data
Option 3: Customize Gallery for Column Selection
Best Practices for Mobile Downloading
Steps to Create a Power Automate Flow for Exporting Selected Columns
- 1. Open Power Automate https://make.powerautomate.com)
- 2.Click + Create --> Select Instant Cloud Flow.
- 3. Choose Power Apps as the trigger --> Name the flow --> Click Create.
- Name SelectedColumns
- Type Array
- Value: Leave empty (will be passed from Power Apps).
- ShowColumns (DataverseTable, "Column1", "Column2", "Column3")
- Alternatively, use OData Queries to select specific fields dynamically.
- 1. In Power Apps, create a button labeled "Export Data".
- 2. Connect the Power Automate Flow to Power Apps:
Published on:
Learn moreRelated posts
Multi Select in Table Control for Bulk Actions within Power Apps
Efficient data management is a cornerstone of any successful application, and Microsoft Power Apps consistently delivers tools that make this ...
How to dynamically select properties in Power Apps
In Power Apps there is sometimes a need to select a property dynamically. You get the name of the property from ,for example, a dropdown, and ...
Edit in Visual Studio Code for the Web in Power Apps Portals
Today when I started working on the Power Apps Portals, observed this popup after opening the Web Page. This will make us open Visual Studio C...
Error: The object cannot be updated because it is read-only in Microsoft Power Apps
Got the below error while trying to update a field on the Order when it is read-only from a button using JS (Used custom security roles). Belo...
Power Apps – Update your firewall allowlist to include *.powerplatformusercontent.com
Beginning March 31, 2025, Power Apps will use a new endpoint, *.powerplatformusercontent.com, which needs to be added to your firewall allowli...
Style Your Fluent UI 9 PCFs for Power Apps
In my other blog I’ve wrote about how to apply Theming to a PCF made with Fluent UI 9. Today I’ll concentrate on how to make the P...
Approvals in Power Apps with Power Automate, Teams, and Adaptive Cards
Table of Contents Introduction Are you looking for a simple and extensible no-code solution for handling approvals in Power Apps? The post App...
Power Apps | Canvas Apps and Pages Not Displaying Data
Some of our Canvas Apps and Pages stopped displaying data (refer to the screenshots below) after installing a managed solution. Upon checking ...