Hello guys,
im working in the uipath framework and the process does not go in the right transition… See screenshot attached. Am I doing something wrong?
Hello guys,
im working in the uipath framework and the process does not go in the right transition… See screenshot attached. Am I doing something wrong?
The AndAlso operator can be quite a tricky one to understand in terms of where/when it is appropriate. Have you tested this with just the And operator?
Hi @Peter_Peter
In addition to what @ronanpeter mentioned, have you also tried using the boolean variable itself to check the condition without specifying = True or = False?
I mean like
Transactionitem is Nothing And Next_Transaction
Transactiontem is Nothing And Not Next_Transaction
Something like this?