{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
How to patch images from Power Apps to D365 F&SCM
Patching images is a very common use case for Power Apps. Learn how to patch images from an app to D365 Finance & Supply Chain Management...
Power Apps Code App | Connecting to a Copilot Studio Agent
In this article, let’s explore how to use a Power Apps Code App to connect and chat with a Microsoft Copilot Studio agent — directly fro...
Power Apps Code App | Querying data Across Environments
In this article, let’s explore how to use a Power Apps Code App to fetch Dataverse data from a different Power Platform environment. Thi...
Power Apps Code App | Images blocked by Content Security Policy (CSP)
Recently I was working on a Power Apps Code App and rendering images using <img> tags with external URLs inside a grid. But the images...
Power Apps – Use Microsoft 365 Copilot in model-driven apps
We are announcing the ability to use Microsoft 365 Copilot in model-driven apps in Power Apps. This feature will reach general availability on...
Power Apps – Custom theming for model-driven apps is becoming generally available
Custom theming for model-driven apps using the modern, refreshed look has been available in preview since October 2023. This capability allows...
Power Apps – Download wrapped apps directly from Dataverse
We are announcing the ability to download wrapped apps directly from Dataverse in Power Apps. This feature will reach general availability on ...
Power Apps – Public preview for Microsoft 365 Copilot chat in model-driven apps
We are announcing Microsoft 365 Copilot chat for model-driven apps in Power Apps. This feature is now available for public preview. How does t...
