Computer vision handling ongoing long time monitoring of text change

Hi There,
New to UiPath. Need help of realising this job.
I need ongoing monitoring one software running. It has two values on its interface change contently. I need to log them (in arrays) every time any of them change and store them in a CSV file.
Can you guide me on how to do it?

Thanks

@thomas.yang

Welcome to the community

You can try first with even triggers and run that constants soon after it ends

Or can use a loop with check appstate activity to check for any changes in the text for every few seconds so that the change is captured immediately

Cheers

Thanks for that.

1 Like