Skip to main content

2 replies

stefanhelzle0001
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
July 29, 2025

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