I am working on a teams notifications automation for my pipeline. I would like to output details of this pipeline to my teams channel when build completes successfully.
Every needed output from AzureDevOps connector works fine (BuildId, Url, SourceBranch,…), except “parameters”
Power Automate flow
After this flows get triggered I get a message to my teams chat like this one
Teams Message
Right now I am using a basic pipeline that echoes parameter “line”
Pipeline parameters
Here is the run of the pipeline
Run of the pipeline
I am expecting to see parameters of the pipeline in my teams chat. (Am I misunderstanding this output called “Parameters”?)