Skip to main content
Question

If statement use question

  • 19 December 2022
  • 2 replies
  • 75 views

Hello,

I have another “newbie” question. In my bot, I need to add logic to skip updating the record on the web if no information is returned. Specifically, I need to tell the bot that if there is no radio button to select to skip that record and go one to the next record to search off of. I know I need to use the If statement to do this, but just need some guidance on how I build the conditional logic on if the radio button is present or not.

Thanks!

Jason 

2 replies

Userlevel 7
Badge +13

Hi @harperjg ,

 

You can use the If → Object does not exist condition to match your requirement.

 

 

Badge

Hi @harperjg,

@Padmakumar solution should work fine, but you can also use Error handler command.

 

Reply