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
9 subscribers
Views
915 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
I have a scenario where I have a two dimensional list as input. I need to use a!
senthilr
over 9 years ago
I have a scenario where I have a two dimensional list as input. I need to use a!applyComponents function in the following way.
I have a interface rule which I will apply it for the first dimension. From inside this rule I will use a!applyComponents for the next dimension.
When I do this I get an error. If I remove any one of the a!applyComponents it is working. I want to know whether we can have nested a!applyComponents
OriginalPostID-206574
OriginalPostID-206574
Discussion posts and replies are publicly visible
Parents
0
PhilB
A Score Level 1
over 9 years ago
Does your interface return a list of components? Sometimes such a list can cause a problem; one solution is to wrap at least one of the applyComponents in a reduce() that uses append(), so that the multiple arrays of components are returned as a single array.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
PhilB
A Score Level 1
over 9 years ago
Does your interface return a list of components? Sometimes such a list can cause a problem; one solution is to wrap at least one of the applyComponents in a reduce() that uses append(), so that the multiple arrays of components are returned as a single array.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data