I was debugging through a workflow and noticed I needed to add an assign activity on the ELSE side of an IF activity.
There was already an assign activity on the THEN side setting the same variable to FALSE. When I added the Assign activity to the Else side and set the variable to TRUE and ran through the workflow, UiPath crashes when it tries to execute the new Assign activity.
I have tried putting the new Assign in it’s own Sequence. That time, crashed after the execution instead of during.
I tried creating a new variable, same problem.