Feeding Path Variable in Flows

Hi there, my request has a path variable but it doesn’t appear in the Variables section. How to make it work?

Thanks!

Hi @ltvdev

Welcome to the forums!

If you want the request to pull variables from your environment, you can leave the variable blocks blank, they will pull values with the same name from your attached environment.

In the below example, it will pull value from “New Environment”

If you wish to inject a value for the variable from the flow, you can attach it directly and then select the path.

In this example it will use abc to fill value

Let me know if that solves your issue.

Yes, indeed, thank you. I assumed :campaignId in my request in the collection will be automatically translated into a variable in flows. I changed the request as follows and it worked