How to configure a PowerAutomate button to start a Mail & Deploy task in a PowerBI Report (with example)?
FIRST CREATED ON 2 Dec 2025 I AUTHOR Emma Camacho
To start a M&D Task within a PowerBI Report, add a Power Automate button and add fields to the Power Automate Data property that are needed in the M&D Task.
Edit the properties of the button:
The Power Automate looks like this:
and the M&D task that is called, looks like this:
and the actions
"Store: " & [TaskParameter].[Store] & "Email: " & [TaskParameter].[Email]
Looking for Additional Guidance?
If you require more detailed information or further assistance, please visit our comprehensive Online Documentation. Our resources are designed to help you navigate all features and functionalities effectively.
|
Related Articles
How to configure a Qlik Automation to start a Mail & Deploy task (with example)?
FIRST CREATED ON 3 Dec 2025 I AUTHOR Emma Camacho To use Qlik Automation to start a M&D Task configure the Raw API Request like this: The properties are the following: Expand the Query Parameters: Add the Id of the Task to start you can find the Task ...
How to configure a REST connection to link Mail & Deploy with Qlik Sense?
FIRST CREATED ON 30 May 2023 I AUTHOR Emma Camacho Configuring a REST connection to link Mail & Deploy with Qlik Sense allows seamless data integration and interaction between the two platforms. Here’s a brief guide to set up the connection. 1. ...
How to use the Sandbox (with example)?
FIRST CREATED ON 5 Jan 2026 I AUTHOR Emma Camacho The Mail & Deploy Sandbox can be found in "C:\Mail & Deploy\SDK\Mail & Deploy API Sandbox.exe" If using Mail & Deploy SaaS please contact support@mail-and-deploy.com to get the Sandbox. The Sandbox ...
How can I start tasks using Curl.exe?
FIRST CREATED ON 1 Jun 2023 I AUTHOR Emma Camacho Starting tasks using Curl.exe provides a simple and flexible way to automate actions via the command line. To start a Task using CURL.EXE, use the following command: CURL.EXE -d "" -H ...
How to start tasks within a reload script in Qlik Sense using a REST connection?
FIRST CREATED ON 1 Jun 2023 I AUTHOR Emma Camacho Starting tasks within a reload script in Qlik Sense using a REST connection allows you to automate processes and enhance workflow efficiency. 1) First configure a REST connection: Configure REST ...