Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
11 replies
Subscribers
8 subscribers
Views
20324 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
Null value in Array
rohandhondilalk
over 8 years ago
Hi All,
Can any one help me in how to check a null value in an Array? , isNull(ri!abc), where abc is an Array. which not working as we expecting .
Quick response will be appriciated.
OriginalPostID-250480
Discussion posts and replies are publicly visible
Top Replies
sparshs
over 8 years ago
+1
you can do like this if(OR(rule!APN_isEmpty(ri!array),length(ri!array)=0)).
chetany
over 8 years ago
+1
A Score Level 1
If you want to just check if the array variable is itself null or Empty, you can use: or(local!myarray="", length(local!myarray)=0). This will work for any type of primitive array. If your array has few…
Parents
0
rishub
over 8 years ago
please Try rule!APN_isEmpty
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
rishub
over 8 years ago
please Try rule!APN_isEmpty
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data