Running condition in remote desktop

Hi all
Suggest a method to run a if/else condition if an image exists in remote desktop. In remote desktop, we will use find image activity which is not a boolean variable. Please suggest any solution.

@Newton_Rich_SV

You can use Image Exists activity which will give you output as Boolean variable either true or false. Based upon that value, you can design your workflow.

Thanks
Will element exist work in remote desktop?

In Citrix automation, element exists activity won’t work. Only image or text based activities works.

If UiPath is installed in VDI itself, then you can use these activities like elements exists etc.