Hello
I would like to know if IBM RPA supports the use of logical operators such as AND, OR, and NOT directly within conditional commands.For example, can these operators be applied inside a While or If statement to combine multiple conditions?
Hello Larissa,
Logical operators can only be used with the evaluate command, and return will always be a Boolean variable.