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
10 replies
Subscribers
6 subscribers
Views
4418 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
How to show the user name in SAIL form who accepts the Same Task form
Piyush Agarwal
over 8 years ago
I want to display the user name in the FORM after he accepts the task form.
I have tried to capture it via task properties but couldn't get through.
Can any one please suggest. Thanks
OriginalPostID-244425
Discussion posts and replies are publicly visible
Parents
0
Alok Patro
Certified Lead Developer
over 8 years ago
@piyusha
you can try the below expression rule :
load(
local!user:loggedinuser(),
user(local!user,"firstName") & " " & user(local!user,"lastName")
)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Alok Patro
Certified Lead Developer
over 8 years ago
@piyusha
you can try the below expression rule :
load(
local!user:loggedinuser(),
user(local!user,"firstName") & " " & user(local!user,"lastName")
)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data