How to use Find Image Matches activities

Hi guys

I wanted to make the robot perform a decision whether an message image comes up or not?

I was wondering how to do it ? any idea?

here’s the basic flow of how It should go

image

If a customer’s already subscribed a red message will come up

imageFiind Image.xaml (14.8 KB)

Hi Ivan,

You can do the exact flow you showed in the first image. Instead of If activity use the Flow Decision so you can easily go back to previous steps. And if you use Image Exists it will have a boolean output variable that you can use in the Flow Decision.

Here is an example, based on your xaml:
find_image.xaml (18.2 KB)