Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.5.9, 2.6.6
Description
Current Situation
A newly added instruction disappears upon refreshing the workflow within the nested if Instruction.
In a nested If Instruction, when adding a new instruction after the inner If Instruction, either the newly added Instruction is moved to the inner else branch or disappears entirely. Furthermore, if the inner else branch already contains an instruction and a new Instruction is subsequently added to it, the newly added Instruction also disappears.
Desired Behavior
Newly added instructions should not disappear and should remain in their intended position without being moved to the else branch.