I am facing one issue while creating a scenarios on the postman flow

Problem statement: not receiving any data on the output of the select block, although I was successfully getting data on the input of the select block (not getting VIN and temperature variable values)

I had created two scenarios, one is a cold day and the other is a hot day
Added values to both scenarios, but I was unable to fetch the data of the VIN and temperature variable

Hello! Thanks for posting your question.

The short answer is that you do not need the selects after the start block, they are causing the issue. If you remove them, everything should work!

To example why: right now, your start block is set to have two inputs: VIM and Temperature. They are both strings - you can tell based upon the icon to the right of the name of each input. The select is treating them like the outputs from the start block are objects with keys.

Hi Tarrek,
Thanks for the reply. I have another doubt regarding the same, I have to use VIM and Temp at multiple places so if I remove the select block, then how can i use it, and I am using mutilple scenarios for VIM and Temperature. I had added multiple values of this in Postman scenarios section. Also one more thing I need to mention I am currently learning postman flows from the video tutorial posted by Postman team and in that video he is using the select block and his flow works fine.

Reference video URL that I followed for learning: https://academy.postman.com/get-started-with-postman-flows/202283