Question

If Condition

  • 14 June 2023
  • 1 reply
  • 49 views

Badge

I’m doing the multiplication of the Column M where the values are coming but if in case the column value is Blank so I wanted to run my bot for the next line ignoring the blank value.
So what condition should I put ??


1 reply

Userlevel 4
Badge +14

Hi @Mini 1349 .

You can put a if condition→ string condition→ Source value keep which you want to check for blank and target value leave as it is.

Inside that If condition add → Loop→ continue. This will skip the next steps and move to the first action of the loop for next iteration

Reply