Recently started trying Flows in Postman, and it’s really nice.
A minor but annoying issue is - once a variable is introduced into a Send Request block, it sticks there. “Right Click → Delete” doesn’t work. We have to recreate the whole block so we don’t see those unneeded variables.
The variable would be within the actual Request in the Collection. If you open the Request in a new Tab, removed the variable and save it - That should remove the variable reference in the block.
I think there was a glitch in syncing between the request definition and the flow block. At one point, I have a variable populated twice in the flow block, and I couldn’t remove either of them. Refreshing the page didn’t help, either.
After deleting the variable in the request definition, both duplicate variables are removed in the flow block. And re-introducing it in the request definition populates only one variable, as expected, in the flow block.