Skip to main content
Nintex Community Menu Bar

Check for empty list values within O365

  • December 10, 2018
  • 2 replies
  • 11 views

Forum|alt.badge.img+10

Hi all,

I guess this is a no-brainer: I want to check for empty values within a list in my O365 workflow.

Unfortunately there is no "is empty" choice, I need to use "equals" or "not equals" and NINTEX does not allow empty values here:

221631_pastedImage_2.png

 Any advice?

Cheers

mai-kel

2 replies

Forum|alt.badge.img+12
  • Nintex Partner
  • December 13, 2018

Hi Michael,

depending of the column type of your data it might be helpful to first read your column value into a string variable and check this for being empty. Helped me in some situations at least.

Best regards

Enrico


Forum|alt.badge.img+10
  • Author
  • Nintex Partner
  • December 14, 2018

That works like a charm. Wonderful.

Thanks a lot Enrico Knapp‌!