Website click activity sometimes shows up and sometimes doesnt

i am trying to do an click activity to enter into a section of the website, but the icon i am trying to click on is sometimes there and sometimes isnt. how I can i make it so that the bot would do another click activity if it doesnt see the icon. please give me steps.

Hey! You can use element exist activity and indicate it on appeared element and output as ele_exists.

Use if condition (ele_exists=True)

Then:- click activity which you perform the click(Appear element).
Else:- click activity which the bot wants to click(next element).

Regards,
NaNi