Como usar o Try Catch para pular linha do excel caso item não apareça?

How do I use Try Catch?
I use the “type into” command, immediately after insertion if a field appears to select, should I check if the “item/object” appears so I can use the “click” command?
If it doesn’t appear, it jumps to the next Excel line, inserts the next text, clicks on the field and continues the flow if the item appears.

When entering the data, the box must appear to click, if it does not appear, it will jump to the next line of Excel and insert the data in the next line.

Can anyone show a step by step image?

@Micael_Oliveira

Use for loop to loop theough excel
Inside that fill the first field using type into before that click on new item to add

Then use check app state to check if the next fueld exists

On exists side provide mote inputs

On other side do nothing so that the loop continues

Cheers

1 Like