Triggering of the robot following the appearance of an element

Hello everyone
I’m working on a project where the robot must be triggered each time an item appears on the list
how can i do this step?
Thank you in advance

Hello @dhouha.cherif, Could you give more clarification about your requirement?
What is the list? Where is it? What type of item is it? Share some screen shots if possible

Kindly Check this XAML file

In which I used trigger scope and element change trigger activity, If the element of attribute changed, it will trigger the flow,
It may be useful for your requirement
Forum_TriggerElementChange.xaml (10.8 KB)

You can’t. It doesn’t work that way. You have to have the automation run and check for an item.

Try Trigger Scope activity. If it suits your need then please be mindful of the SchedulingMode option/property.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.