Function IsNullOrEmpty showing error

Hi,

I am not sure why IsNullOrEmpty is showing error in my workflow. Attached the screenshot of the sequence. It used to work in previous releases and now it is showing me the error in v2019.1.0 and v2019.2.0.

Is there anything I am missing?? Can anyone help me out - I am trying to check null or empty values using IsNullOrEmpty function

Thanks,
Vishal Kumar

Use it this way,
string.isNullorEmpty(nameVariable)

4 Likes

Thanks Rahul for the quick reply. It worked.

Thanks,
Vishal Kumar

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