What is the if condition to write if the cell contains 0?

Hey guys, im stuck as im not sure how do i write the condition if the cell is 0 then it must send another email how do i write the condition? I got an error when writing this condition what must i change?

@SIM_JUN_HUI_BERTRAM_CSOD
Did your project write by C#?
totalUPF is type of String.
IF C#, pls write

totalUPF == “0”

IF VB, pls write

totalUPF = “0”

1 Like

Hi @SIM_JUN_HUI_BERTRAM_CSOD

If condition use expression Currentrow(yourindex).Equals(“0”)
then send mail to another user or else send mail to default user.

Thanks

Hi,

hope attached Screenshot will resolve issue

Thanks all for the help :))

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.