Symbols for comparison

hello folks,

it might be obvious but i don’t know how it works here.
here what i want to do :
in the studio via activities, i would like to do A or B with the if condition.
the condition i want is i
{ if in the doc.xlsx, in the cell “C3”, Cond is not empty do A else do B}

how can i do it ?
thanks

Hi @grish,

You could do a read cell and get the output in a variable. Use that variable to check if it is empty c3Val.ToString.IsNullOrEmpty = False

Hope this helps you!

Regards,
PD

1 Like

thanks bro i didn’t know that function existed

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