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
2169 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
Bishnu Panigrahi
Appian Employee
over 11 years ago
Do you have the Common Objects application in your environment? If so, check out rule!APN_isBlank (for single variables), and rule!APN_isEmpty (for arrays). These might work better than isnull.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Bishnu Panigrahi
Appian Employee
over 11 years ago
Do you have the Common Objects application in your environment? If so, check out rule!APN_isBlank (for single variables), and rule!APN_isEmpty (for arrays). These might work better than isnull.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data