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
6 replies
Subscribers
9 subscribers
Views
3255 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
I am getting below expression error when trying to access Task report by the ba
vineeta6579
over 10 years ago
I am getting below expression error when trying to access Task report by the basic user. but from the Administrator user it works fine.
Server logs attached.
errorlog
OriginalPostID-148366
OriginalPostID-148366
Discussion posts and replies are publicly visible
Parents
0
Eduardo Fuentes
Appian Employee
over 10 years ago
It seems your expression is trying to index the first element of a list but the list is empty:
java.lang.ArrayIndexOutOfBoundsException: Invalid index (1) for list: valid range is empty
maybe because this user doesn't have tasks and your expression doesn't handle this use case properly
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Eduardo Fuentes
Appian Employee
over 10 years ago
It seems your expression is trying to index the first element of a list but the list is empty:
java.lang.ArrayIndexOutOfBoundsException: Invalid index (1) for list: valid range is empty
maybe because this user doesn't have tasks and your expression doesn't handle this use case properly
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data