Element Exists Loops Not working in Citrix

Hi Dear #UiPathCommunity
i had blocker for 2 days now,

So what i am doing is checking if a “close” button presents on the screen. if yes then Close it.
Then again go back in the DoWhile loop checks again if another “close” Button is available or not.

The issue here is in the do while it is only checking for the first time, if the close button exists or not in the Loop.
In second run it is not checking at all, it is directly giving true, if the earlier loop has close button, Even if in the second loop if their is no Close Button.

This is the logic i am using.

Hope we have a solution for this in UiPath.
@Anil_G @Yoichi @ppr @Vikas_M @Shiva_Nikhil @mkankatala @Parvathy @rlgandu @supermanPunch @Nguyen_Van_Luong1 @postwick @pravallikapaluri @nikhil.girish @vrdabberu

Note : i can’t install remoteruntime installer in Citrix machine, so i have to use Computer vision activities.

@Bhagyaraj_Digumarthi1

Ideally it would not do like that…can you try giving a 3 seconds delay on the found side and check…And I dont see a click on close at all…ai see only log messages

Cheers

If the element doesn’t exist then Elements gets set to false and the Do While stops. Also, there’s no reason for the Assign activity. The CV Element Exists will set it to true or false.