UiPath Crashes

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.

Is it using a variable that you created using ctrl+k. If so this can throw errors until you close the workflow and restart. However, doesn’t sound like this is the problem you are having.

When it crashes what happens?