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!
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.