Can I monitor Values in a Website and trigger events based on it?

Hey all,

Is there any way to monitor a value in website?

This is what i want to achieve
Extract Value(EX: Stock Price) from a website > Monitor the Stock Price in the background continuously > if stock price goes up i.e More than value we extracted in the first step > trigger some events.

As of now UIpath has only click and mouse triggers, Is there any walk around to achieve the above example.

Thanks inadvance :slight_smile:

Regards,
Duwa

Hello friend, you can.
I advise you to extract your values from the site and send them to the excel, to make certain comparisons in the Excel, then through the activati DO WHILE, FOR EACH from the excel and set the condition

1 Like

@Kirill, thanks for your reply.
Will try to implement it today and see. :slight_smile: