{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
Migrate from Classic Controls to Modern Controls in Power Apps
Have you considered moving you Canvas Apps from Classic Controls to Modern Controls? Unfortunately it isn't as easy as just replacing each con...
Calender View in Power Apps Model Driven APP
Vibe coding with Power Platform – Power Apps Code Apps
Power Platform offers several different ways to vibe code. Generative pages and Vibe Power Apps have been covered in previous articles, so thi...
Power Apps – Content Security Policy enforcement for Power Apps code apps
Starting on January 26, 2026, we will introduce strict Content Security Policy (CSP) enforcement for Power Apps code apps (preview). CSP is a ...
Decimal dot or comma in Power Apps
How do you write 1,234.56? Do you have a decimal dot or a decimal comma? Well most likely this depends on where you live. How do you deal with...
Power Apps – Deprecation of Preview Copilot Controls in Canvas Apps
Starting on February 2, 2026, the following preview Copilot features in Power Apps Canvas Apps will be removed: Copilot Control: Add a Copilot...
