I am creating an automation where I get variables from an excel file and then put them on a website that will after generate a PDF with the info I provided.
Sometimes, the website will recognize the ID and put the informations like the adress & all, sometimes not and I have to put everything manually.
I wanted to have an “IF” activity so that when data is already found, I would go to the next page and when not, I would add the info on the website on the click-able text zone.
The problem is that I need a condition and an activity before like “check element” or something but I don’t know what to put.
I tried using the Check App State activity as you said, but it seems to choose “Target does not appear” (maybe because it does not open a new window or just the entire data needed is not completed) even when the website recognises the ID and put some data.
Even if the text appears in some cases, the activity still chose “Target does not appear”
I may not have mentioned, but even when it recognizes the data, it still misses some new I must add in both cases.
Anyways I can’t go to the next page if data is not complete.