This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
How about being able to pass params or body to requests #32
oehm-smith
started this conversation in
Ideas
Replies: 1 comment
-
Apologies - I found part of the answer to this when I worked out how to solve an issue with setting the JWT used in auth in one of my requests. You need to set it as a variable in the Flow for it to be seen in the request. This may be the complete answer to my suggestion - I'll see how it goes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I guess this change would force a separation to how Postman is used.
The traditional way is the extraction, setting and passing of params and body via the existing "Pre-request Script" and "Tests" method attached to a request. And then the way I'm suggesting here is to be able to pass them in as arguments so that they can be extracted and inserted through Flows scripts.
It seems obtuse that you can extract variables in Flows but can use those in requests. And then I'm finding I need to create separate copies of Requests just for Flows so as to make sure they are used in the manner I am setting up the Flows.
Beta Was this translation helpful? Give feedback.
All reactions