uipathuipath-studiouipath-robot

Condition in IF-Condition in UiPath


Due to the fact, that i´m completly new to UiPath, I need some minor help implementing an if condition.

My Problem:

You can see the If-Else Condition below.

Hope the problem is clear and someone can help me.

Thanks a lot!

enter image description here


Solution

  • Found a solution.

    I´ve added an 'Element Exists' before the If-Activity. Declared an Variabletype 'boolean', and wrote in the If Condition 'booleanOutput=True' -> If the field, which is indetified by the Element Exists- activity, the Then part will start, otherwise the empty Else part starts.

    enter image description here