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
2 replies
Subscribers
7 subscribers
Views
2168 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Have a script task that takes a variable and stores it at a particular index in
padmanabhanv
over 11 years ago
Have a script task that takes a variable and stores it at a particular index in a array. I need to add the variable to the array only if it is not null. How do we do it in Appian - Can this be done only with a gateway? I have a list that I need to process like this, so dont want to write a lot od conditional checks. if(isnull) is not workig for me...
OriginalPostID-94668
OriginalPostID-94668
Discussion posts and replies are publicly visible
Parents
0
chetany
A Score Level 1
over 11 years ago
Hi, You can also use the filternulls() function. This function takes an array and returns a new array without any nulls. However, the array needs to be integer array
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
chetany
A Score Level 1
over 11 years ago
Hi, You can also use the filternulls() function. This function takes an array and returns a new array without any nulls. However, the array needs to be integer array
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data