not immediatly intuitive. #284
Replies: 3 comments
-
Came back to flows and i still don't find it as intuitive as i think it should be. An article showing how to work with environmental variables that are set as a result of a test that triggers the next block would be great. Its also not clear how taking the request output and piping it into the variables input should be treated or processed. WHich is it? or both? If the request is the full request with header and body informaiton, i can grasp that. But what i can't grasp is how to transform that data into something to pass into the input variables of the next block. I've seen the demo where you define in the request something like {{body.mydata.avalue}} but i'm using environmental variables {{my_environment_variable}} and i do not want to couple a request into a specific incoming body response structure. As such its not clear in flows how best to go about pulling data from a response and packaging it up to pass to the next request. I'm guessing that i have use Create Durables or Create Data blocks, but they make zero sense and the suggested prompts make it even more confusing as to how to use them. I've given up again. I'd rather script flows in objective C++ |
Beta Was this translation helpful? Give feedback.
-
https://www.postman.com/postman/workspace/example-flows/flow/6267f93cd0fb400392442ac8 |
Beta Was this translation helpful? Give feedback.
-
Thanks for all the feedback @emileswain!
I think this will solve a few of the issues you've been facing for long. I'll let you know here when these improvements are out on production so that you can test them out |
Beta Was this translation helpful? Give feedback.
-
I'll admit i've not spent much time looking into the documentation, but to be honest i really shouldn't have to with a node based editor.
So i'm just sharing some initial impressions/thoughts on where I got stuck and have had to leave the node editor to read up on how to do something, rather than it being imediately obviously.
Generally, i find the node parameters and layout just doesn't really make sense, so i'm having to go off and find documentation. I'm familiar with node programms like Nodred, VVVV, VDMX, which a much more complicated yet easy to use.
Beta Was this translation helpful? Give feedback.
All reactions