Hi. I’m trying to make a repeat process using the “Repeat Number of Times” activity, to go through subtitles in Premiere Pro, and delete an extra space in each subtitle.
That part works fine. I was able to design that. What I don’t know how to do in UiPath is make it so that, if a certain element appears on the screen (meaning, it’s visible in the foreground), then to stop the activity “Repeat Number of Times”.
I went through the forums and I see that similar questions have been asked and I really tried to make it work myself before deciding to post but I can’t seem to figure it out:)
Do I use computer vision? Do I use get attribute? Do I use some other activity? I see that some Robot Masters have suggested taking the visibility attribute with “Get Attribute” but whatever I tried, didn’t work for me.
Needless to say, I’m far from an advanced user, so please go easy on me:)
I attached screenshots, as well as my project file.
The thing is, even if I delete that element from Premiere Pro (which is an element that can be created and deleted inside that program), and even if the element is there, I still get the Message that I typed, which is, “It’s not there”.
just create as flowchart and use element exists… add flow decision and if your element exists activity return true connect to where you want to retry else proceed with your steps