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
9 replies
Subscribers
8 subscribers
Views
3785 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
I am using below expression to display First name from the list of username in g
vineeta6579
over 10 years ago
I am using below expression to display First name from the list of username in grid text column component. I am getting " Error evaluating function 'user' : com.appiancorp.suiteapi.common.exceptions.InvalidUserException: [InvalidUserException]" . All the use are active user which i trying to populate on the grid.
Code:-
a!gridTextColumn(label:"First Name",field:"",data:fn!apply(FMS_CI_getFirstName(_) ,local!getUniqueList))
where FMS_CI_getFirstName
=user(ri!user,"firstName")
OriginalPostID-140742
OriginalPostID-140742
Discussion posts and replies are publicly visible
Parents
0
PhilB
A Score Level 1
over 10 years ago
isnull() does not work with the user object; try isnull(tostring(<user>))
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
PhilB
A Score Level 1
over 10 years ago
isnull() does not work with the user object; try isnull(tostring(<user>))
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data