Result from "If" Condition

Hi,

I am creating a workflow where I need to log a message depending if the click is successful or not. I have created a variable for click activity however unable to understand how to set the condition.

image

1 Like

Hi @Saurm21
After the click event you can issue and element exist and return the boolean type and you can do your desired condition. :smiley:

cheers :smiley:

Happy learning :smiley:

1 Like

@Saurm21

Use Element Exists activity and indicate any element on the screen after successful login and it will give you output as Boolean value.

If it exists then it will give true and will go to Then part else other side will go.i.e. Else

5 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.