Skip to main content
Navigator | Tier 3
December 19, 2022
Question

If statement use question

  • December 19, 2022
  • 2 replies
  • 159 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

Padmakumar
Premier Pathfinder | Tier 7
Premier Pathfinder | Tier 7
December 20, 2022

Hi @harperjg ,

 

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

 

 

Padmakumar
Cadet | Tier 2
December 20, 2022

Hi @harperjg,

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