Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Suggested Answer
+1
person also asked this
people also asked this
Replies
29 replies
Answers
1 answer
Subscribers
10 subscribers
Views
27895 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
How to get Appian current logged in USER NAME. I just need login id as text for
dhavals
over 11 years ago
How to get Appian current logged in USER NAME. I just need login id as text for current logged in user.
thanks...
OriginalPostID-83588
OriginalPostID-83588
Discussion posts and replies are publicly visible
Top Replies
Bibhuti Mohapatra
over 5 years ago
+2
suggested
Certified Lead Developer
Hello Dhavals, You can use - user(loggedInUser(), "username") - to get the user name of the current logged in user. user(loggedInUser(), "firstName") - to get the firstName of the current logged…
Stewart Burchell
over 2 years ago
in reply to
mkhaiserulla
+1
Appian Employee
In a User Interface a save to a rule input will only be triggered as the result of a User Interaction on the form. If you want the loggedInUser() saved to a column in a database table then set it in the…
Stewart Burchell
over 2 years ago
in reply to
mkhaiserulla
+1
Appian Employee
As I said your values will be passed to the rule inputs when a user action is made in the form. You could therefore set the value of your target the rule input with fn!loggedInUser() as part of the save…
Parents
0
akhilan
over 11 years ago
You can use the loggedinuser() function to get the current logged in user.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
akhilan
over 11 years ago
You can use the loggedinuser() function to get the current logged in user.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data