Click o the dynamic checkbox

Hi All,

I have a site in which I have multiple status like approved or rejected and there is a checkbox which I want to click on the basis of the status.
If status is approved then It will click on the checkbox otherwise not.
but when I do it ,It give me wrong result,can anyone please help.

Hi @arpita2,
Can you show us your workflow?
Thank you!

@arpita2

  1. Use Get Text activity and indicate that status and store result in a string variable.
  2. Then check whether it is equal to approved or rejected.
  3. If it is approved then use click activity to check that box else don’t click.

Hi @lakshman

there is a selector issue.I am not able to solve it.
can you please help

hi @Jan_Brian_Despi

there is a selector issue.I am not able to solve it.
can you please help .

Sure. Can you show us the current selector?