Automate UI with an image trigger

Problem: You need to click a UI button the moment it appears, but you cannot rely on APIs or scripts.

In this demo, TriggerFlow watches a legacy app window for the “Approve” button, clicks it immediately, and then types a confirmation note.

Trigger used

Image trigger

Actions used

SmartClick Type action Wait for window

Why this is reliable

The workflow only clicks after the button is detected at a high confidence threshold, avoiding timing-based errors.

Try it yourself