Hello, i have this problem when creating my automation flow
So I have an upload process, where the website will give a notification (success/fail) when the upload is complete, it somehow looked like this:
This is for success upload, when failed it will show a red box with details on what type of failures.
I want to make the activities to wait for either success or failed notification to appear and then act based on the what element appears.
Already tried element exists activity, but it doesn’t wait for the element to appear and just jump to the next activity (logout).
Any clues on how to solve this?
Thank you in advance.