Postman Flow: execution report and integration with Azure DevOps

Hi all,
I would ask you about the possibility to:

  • create a report on a Flow execution (for example, to document an automated test), not the execution from Collection but directly from the Flow;
  • is it possible (and if yes, how) to integrate a Flow on Azure DevOps? Maybe this can be useful to store and launch with pipelines a designed Flow.

Thank you very much for every type of help.

Hi @lbaldon

  1. What information would you like in this report?

This is possible using a third party API. All of the information from each block that you’d like information from would have to be sent to that third party to generate and store the report. We don’t have automated reports at this time.

  1. Flows can be executed by calling the deployed flow url as part of your pipeline. If you need information from the flow, you’ll have to use the Azure APIs to send it as part of the execution.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.