Application Event Trigger Failed to trigger

Hi Team,

I am working on a POC where I want to monitor a webpage, if a defined text appeared on the webpage ("Your claim submitted: C-12345 ") should trigger an automation or set of instructions.

I tried to build a trigger scope and at the trigger I identified a text element on the webpage.

When I execute this script & reached to a stage where above message is available, script still not able to detect it.

Is there any dependencies when you are dealing with triggers?

I used Form libraries.

Please let me know if you have faced the same challange.

@Sachin_Korde

Is this the trigger you are using?

Cheers

What happens if the web page updates with more than 1 submissions at the same time?
Will the monitoring process use one robot license continuously?

Element State Change Trigger is not available to me, maybe I need to use lower version. I am using Application Event Trigger. Please let me know which version you are using where you are getting “Element State Change Trigger”?

@Sachin_Korde

Few quick questions

  1. What is your atudio version
  2. Can you show the screenshot of the configuration what you have done
  3. Also did you happen to hit run ? Or are you waiting for the trigger peocess to strt automatically without running?

Cheers

Hi Anil,

  1. What is your studio version :
    Answer : UiPath Studio Version 2023.4.4

  2. Can you show the screenshot of the configuration what you have done:
    Answer : Can not paste screenshot but here are the steps i followed:
    2.1. Created a blank process.
    2.2 Under main sequence, created a trigger scope with a trigger as “Application Event Trigger” (Local Trigger).
    2.3 Identified an object which is a pega based element with inner text.
    2.4 Configured event type as “Appeared”.

  3. Also did you happen to hit run ? Or are you waiting for the trigger process to start automatically without running?
    Answer : Yes, I am running above mentioned process and creating a claim which will appeared on the webpage. Basically it will satisfy the criteria mentioned in Step# 2.3.

@Sachin_Korde

The same value is displayed ? Or the value changes?

Is the selector used working when you open the page again?

Cheers

Yes, selector is working fine if I opened it, it’s able to identify object on the webpage.