How to Connect a pipeline run Action to Logic app Workflow

Mahesh Madhusanka 216 Reputation points
2020-11-11T07:41:59.627+00:00

Hi Team,

Currently I have Few Concerns Regard to Data factory pipeline run task read via logic app , Could you please advise on this .. ?

1, Can I Use Get a Pipeline Run Connector to Read run event read for logic app.?

  1. when I tiring to configure that connector there have a mandatory field called Pipeline Run ID, How Can I extract define Run IS Because Run ID is dynamic and its change with every run time.

3, Currently under my Email I have a both access on the Azure side (Data Factory and Logic app) so I can select a Subscription and Recourse group correctly but when i tiring to select a Data Factory name its not loaded to Below Data Factory Name, Could you please advise on this too?

39051-image.png

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,094 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,221 Reputation points
    2020-11-12T04:28:27.907+00:00

    Hi @Mahesh Madhusanka

    Apologies for any inconvenience with this issue.
    If you are creating the pipeline run from the logic app then the output of the Create a pipeline run will have the runID details. You can use the output of this action to the Data Factory Pipeline Run Id filed for the Get a pipeline run action.

    Unfortunately, if you are not creating the pipeline from the logic app then you need to have your own custom logic to pass the Run ID (Required field) details to Get a pipeline run action. There is no action right now that will list all the run ID's for the data factory.

    I can see this thread where the customer has used the azure function to get all run ID's for the data factory and integrated with logic app.

    For the issue, Data Factory Name not listed in the drop-down, please share the details on my private comment.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.