Image Exist

Hi,

How to do an if statement with image exist?

I want to do a if statement with a image.

If a image is shown on screen after a click event, i want to start from the startnode again.
but if the image is not shown, i just want to continue the work flow.

Best regards
Mattias

Hey @mattias

Image Exists Activity returns a Boolean output, So you can use its output with If Activity and based on true false process as per your requirement.

Regards…!!
Aksh

1 Like

Thanks for the help :slight_smile:

Best regards
Mattias