Hello – I’m trying to do multiple HTTP calls, to download up to 4 documents from a Typeform. I’m using a switch and I need it to not default to only the first matched condition, but to proceed with all matched conditions.
Is there a way to achieve this? Appreciate the help!
Hey @barn4k thanks for your answer! Can’t believe I missed that…
Enabling that did not work either based on the logic I implemented (sorry I didn’t share it in my original post).
My goal was to skip the HTTP request if the file was not uploaded. I ended up having to add individual Switchs for each of the file optional fields, that would check if the file is present, and return null and skip the step if not present.
The logic in the switch is as follows: {{ $(‘Typeform Trigger’).item.json[‘Upload* *a second menu file (optional)’] == undefined}}