At least you can set Concurrency setting for pipeline:
For more details about pipeline run, you need to store runId (from body of response for trigger) and check for status, for example by Get-AzDataFactoryV2PipelineRun or Logic Apps.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
We are triggering ADF pipelines from Power Apps through Power Automate. We want to display the pipeline triggered status(Started, In-Progress or Completed), triggered by, triggered datetime in Power Apps UI screen.
We have created buttons in power apps to trigger ADF pipeline. Only one pipeline should run at a time. If multiple pipelines are triggered, subsequent pipelines should be queued and can be executed when previous pipeline run has completed.
We want to know the best feasible solution to achieve this.
Thanks in advance.
At least you can set Concurrency setting for pipeline:
For more details about pipeline run, you need to store runId (from body of response for trigger) and check for status, for example by Get-AzDataFactoryV2PipelineRun or Logic Apps.