Not found error solution

On a web page i want to put some number that no i am taking from excel
if number is not correct it is getting a blue text box “No Match Found”.
I want to create a flow if the value is not matching and getting box as “No Match Found” then jump to the next cell of my excel and make entry of it to the page.

Please let me know the steps.
Regards

image

@office_work

you can use a check app state to check for no result found if not foudn then use continue in loop

else just go to next activities

cheers

@office_work

after typing the number in the website use element exists activity and indicate the message which is displayed

below that use if activity and in the condition pass the output of Element Exists

if it’s possible please explain with activity and flow
i am not getting how can i continue my flow after if there is" no match Box" appear

Hello,

Add check app state activity & check: No match found string appear or not?
If appear throw an business exception & update status in report, and so bot can pick next item from excel file to process.

Hope all operation you have added inside for each row loop.

i am working on Community edition
here i am not getting the exception handling package.
Please let me know another way.

@office_work

Can you show what you did till now

check app state is the activity name

continue is an activity

cheers

This is my xaml file.
Please let me know what i can change here.

Main.xaml (103.1 KB)

???
is there any solution is possible?

@office_work

the way you did flow is correct except one piece…your use application/browser should be inside loop for it to work for each row

cheers

1 Like