You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the following structure, the use of the same parameter name ("-> knot") causes an issue. When the choice inside "level two" is selected, and the flow loops back into level_one.opt, the value of the first "knot" parameter is overwritten with value from the level two knot.
If the parameters are given different names, then the bug doesn't occur.
- (top)
-> level_one (-> end )
- (end)
-> END
=== level_one (-> knot)
- (opt)
<- level_two(-> opt)
* [ Knot variable is {knot} ] -> knot
=== level_two(-> knot)
* [ choosing this causes the "knot" variable to change value ]
-> knot
The text was updated successfully, but these errors were encountered:
In the following structure, the use of the same parameter name ("-> knot") causes an issue. When the choice inside "level two" is selected, and the flow loops back into level_one.opt, the value of the first "knot" parameter is overwritten with value from the level two knot.
If the parameters are given different names, then the bug doesn't occur.
The text was updated successfully, but these errors were encountered: