Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Suggested Answer
Replies
18 replies
Answers
2 answers
Subscribers
12 subscribers
Views
2946 views
Users
0 members are here
Expression Rule
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
The length function is not working correctly without using flatten
Yogi Patel
Certified Associate Developer
over 1 year ago
Here, the integrationResponse.result.body is an array of dictionaries. However, the length function returns 1 if not using flatten. Not sure why this is happening. Please share comments/reasons if any.
Discussion posts and replies are publicly visible
Top Replies
Mike Schmitt
over 1 year ago
+2
suggested
Certified Lead Developer
Length is one of the primitive functions and as such, its use is constrained by some picky (and sometimes unintuitive) back-end stuff. I'm not sure exactly what's going on here of course but as Stefan…