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
11 replies
Subscribers
8 subscribers
Views
5289 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
Qury Entity Error
jayashrib223
over 8 years ago
Hi,
We are getting error "Expression evaluation error at function a!queryEntity: An error occurred while retrieving the data." when we have text input in query filter of length more than 20 as below:
filters: {
a!queryFilter(
field: "Abc",
operator: "=",
value:
"173501735017350173501"
),
}
When we query database directly( not through Appian) with the same value of length more than 20, it works fine.
Any help appreciated!
Thanks,
Jayashri
OriginalPostID-241447
Discussion posts and replies are publicly visible
Parents
0
abhinavg712
Certified Lead Developer
over 8 years ago
Server logs will give more details on why it failed to retrieve the data.Please check the logs once.
Does the "columnDefinition" for ABC field is similar as per the DB mappings
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
abhinavg712
Certified Lead Developer
over 8 years ago
Server logs will give more details on why it failed to retrieve the data.Please check the logs once.
Does the "columnDefinition" for ABC field is similar as per the DB mappings
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data