The Element Exists activity passes True to a variable if the element was found, or False if the timeout period passed without the activity finding the element. The parameter should be a boolean type variable and nothing else. In your case, I’m guessing that’s successfullLogin.
You check what the value is after the activity has run and not within the output argument. This is done in an If statement after the Element Exists activity.
Hi
welcome to uipath community
as the image itself implies that the output property of an activity can take only a variable and not a expression
here it takes only BOOLEAN variable as input
so mention either like this successfulllogin
or
as Truesnipp