I came across the issue when I have 2 branches that are merging together at the end.
I have setVariable in each branch, which do work and variable is set.
But when I try to getVariable, I am always getting ‘null’
In this scenario, you don’t need to use “get variables” because your scenario is currently connected linearly—data will pass through it regardless.
Additionally, splitting variables through filters and then merging them back into a single node doesn’t make sense, as it defeats the purpose of routing.
Please let me know what you’re trying to achieve, and I’ll guide you on how to set it up!
This is a standard create-or-update flow.
One branch will create a record and set new record ID
And another branch will find a records and set the records ID
By the time I get to the junction, record ID will be set.
Currenly it does not matter if I use getVariable or trying directly pull it from variables. The result is always null.