Website site IF activity

Hi,
How can i add IF data in the website is not available to display with message and ask the user to retrial back to input the search again ?

You can use Get text activity to extract that data from the website.
Use IF condition to check if that is present or not.

You can use Element Exists to check wether an UI element exists or not.

Or use get text and see if it matches the data you expect or not.

thanks

Thanks