Using Switches/Branches Variables after their expression
I would like to know how I can use variables from switches or branches after their execution.
You can see in the attached image that I tried it with an OR expression to either use the first switch case or the default switch case, depending on which were executed. This works if it goes through the first case but fails when it goes through the second case, because the OR condition checks the first case first.
The reason why I am not setting up the GPT4-Vision within each switch case is because I have a lot of nodes that come after the switch case and they would all be the same. The only difference would be the GPT4-Vision prompt with the according variables from switch case 1 and the default case.