Hello @Aicha Bayram ,
Thanks for the question and using MS Q&A platform.
- Can I Use Get a Pipeline Run Connector to Read run event read for logic app.?
When you say Get a Pipeline Run Connector, are you referring to Pipeline Runs - Get REST API? If that is the case then it will need a pipeline runID
to the get the run details. And If you are not aware of the runID then it won't be useful
- When I am tring to configure that connector there, have a mandatory field called Pipeline Run ID, How Can I extract define Run ID Because Run ID is dynamic and its change with every run time ?
In order to get the pipeline runID then you will have to use Pipeline Runs - Query By Factory REST API by which you can query pipeline runs in the factory based on input filter conditions.
Below is the expected request body:
Below are query filter options for listing the runs
Below are parameters that can be used to filter the runs specific to your requirement.
Once you have the specific pipeline runID's list then you can leverage Pipeline Runs - Get
REST API to get specific run details.
Hope this info helps.
Thank you