Questions tagged [postman-flows]
9 questions
1
vote
1 answer
Cannot specify path variable on a Flow / Send Request
I was playing with Postman Flows, and I was trying to learn by using the Trello API. All requests work on their own if executed manually. I've also debugged values using the terminal to understand where the problem lies. Before that, here's a…

bitoiu
- 6,893
- 5
- 38
- 60
0
votes
0 answers
I am unable to add authorization in POSTMAN flows
I am unable to add authorization in the POSTMAN Flows. I have added authorization as a global variable but am unable to get it in POSTMAN flows.
I have added authorization as a global variable but am unable to get it in POSTMAN flows. I want…
0
votes
0 answers
Postman flows gathering data
I have 2 requests which returns data that i want to export to the log.
The first request returns a "name" and "id" per application.
Per application a body.data element is returned.
The second request uses the id to get the information.
The data per…

Paulus
- 31
- 2
0
votes
0 answers
In Postman Flows, how do you create a record with a list of other records, using inputs
I am learning to use Postman Flows, and I came across an issue that I couldn't find the answer for.
I do some requests and retrieve data, then I want to combine that date into a record that I can use to send in another request. I found out that I…

Rogier
- 71
- 6
0
votes
0 answers
How to display a generated image in postman flow?
I have a simple yet tricky question about postman flow.
How to display a generated image in the output block ?
When I run the request that create the image in classique mode my image is correctly rendered in the response body
But when I call the…

Erwan Le Tutour
- 59
- 1
- 7
0
votes
1 answer
Nested json path using variables in Postman Flow
I have a scenario where I have some JSON ("lldp" in the image below), and I need to find a particular key and pull all of its values from within. The particular key I need to pull is dynamic and is identified as the 'thisPort' variable. All of…

RichardAtkin
- 23
- 3
0
votes
1 answer
How to map/manipulate data in Postman Flows
I've tried to transform data from API response in Postman Flows evaluate block using Postman FQL but unable to make it work. Here my script written in API tests
places.map(place => {
return {
id: place['id'],
dt: Object.assign({a: 1},…

Manh Le
- 1,630
- 16
- 26
0
votes
1 answer
Using Postman flows, how do I extract json data from a send request block response and pass that data to another send request block?
I have this test postman flow. The "Send Request" blocks call the postman echo API.
Here is the query I'm using on the postman echo API.
As a test, I want to grab the value of ParamKey1 from the response of the 1st "Send Request" block, and set…

JaredCS
- 427
- 4
- 11
0
votes
0 answers
Iterate over xml list in Postman flow
I've response something like that, can any one tell how can I iterate over Results, since Postman flow is consider this as a record instead of list.

shajji
- 1,517
- 10
- 14