Azure – How to get pipeline id of the first pipeline if first pipeline trigger another pipeline
In our ADF application pipeline A is invoking pipeline B. I want to capture the run ID so I used the @pipeline().RunId to capture it. But while executing the two run ID Which is as per design. But I want…