On click on search data...i get 2 scenarios one with pop up as no data and to type into manual forms and other is to fill few blank fields with pre filled data if any data found on search data click

Step 1 :image
Step 2:
image

How do i handle this kind off activity in ui path automation???

After clicking on ‘search data’, Use the element exists activity and indicate the popup. The output of the ‘element exists’ will be a boolean variable. Use that inside IF activity as a condition. If the condition is true then ‘click’ on the cross button to close the popup.
Inside else you can add the alternate process.

Thanks alot

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.