If set text inupt missing: Could not find the UI element corresponding to this selector then skip this flow

If Below error came then skip this flow and process next row in loop

Set Text ‘INPUT txtCCWD’: Could not find the UI element corresponding to this selector:

@SURESH_P

Use a try catch…keep the activity in try… then catch use UiPath.core.selectornotfoundexception…then this exception will be caught in the catch block…use a continue in catch block so that it directly proceeds to next item in the loop

Cheers

Please refer the below snap still facing issue? Can you plase check and confirm i anything missing
image
a

@SURESH_P

Inside catch use continue activity

Cheers

Hello @SURESH_P

Can you plz explain what are the steps that you are trying and where you are getting this exception??

Are you trying to loop and use set text??

Thanks

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