Skip to main content
ganeshbabuj
Known Participant
July 29, 2025
Question

Appian OOTB isNotNullOrEmpty

  • July 29, 2025
  • 2 replies
  • 2 views

Appian's a!isNotNullOrEmpty funciton does not work for values {null}, {null,null}

please find below testcase.

code given on community works as expected but not a!isNotNullOrEmpty

https://docs.appian.com/suite/help/25.2/fnc_informational_isnotnullorempty.html#replace-if()-and-isnull()-expressions-with-a!isnotnullorempty

2 replies

stefanhelzle0001
Brainy
July 29, 2025

Correct. Null checking has some edge cases.

I covered a few in this blog post: https://appian.rocks/2022/10/17/the-magic-of-null-checking/

shubhama926776
Brainy
July 29, 2025

Yes Correct!
Rule only checks if the array exists and has items. It does not check if the items are null.

शुभम्