Bug: Impossible to send empty/null to subscenario

Issue

When you try to send {{emptystring}} or {{null}} to a subscenario, the variable won’t arrive in the subscenario at all.
That’s an issue because I’d have to re-evaluate other variables/info inside the subscenario again in order to get the info whether X is empty.

setup to send empty variable to subscenario

looks like variable got sent as empty

variable didn’t arrive in subscenario

Expected Behavior

  • empty variable arrives in subscenario

Hey Samuel,

you can check if the variable exists, and if it doesnt, just assume it was empty?

1 Like

No, because you can’t reference a non-existing variable.

EDIT:
Actually you can reference the variable.
I’m pretty sure that’s exactly what I tried to do the other day and it didn’t work.:thinking:
However, that’s the solution.