{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
Power Apps Pulse March 2025
Action Property Default Values in Power Apps Components
Action Property Default Values in Power Apps Components In this video summary, we’ll dive into the world of action property default valu...
Power Apps – Manage business rules for omnichannel agents
We are announcing the Manage business rules for omnichannel agents feature for Power Apps. This feature provides the ability to build and conf...
Power Apps – Information regarding the end of support for Filter, sort, and search galleries with Copilot (preview)
On April 26, 2025, the Filter, sort, and search galleries with Copilot (preview)feature will have reached end of support. How does this affect...
Power Apps – Update your firewall allowlist to include *.powerplatformusercontent.com
Starting March 31, 2025, Power Apps will use a new endpoint, *.powerplatformusercontent.com, which needs to be added to your firewall allowlis...
Data Property Default Values in Power Apps Components
In this video summary, we dive into the essential topic of default values associated with data properties in Power Apps components. For the be...
Enhancing User Text Input with Copilot in Power Apps
In an era where digital interactions dominate, clear and effective text input is crucial for communication, automation, and productivity. Micr...