How to get Appian current logged in USER NAME. I just need login id as text for

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

Parents Reply
  • 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 of the 'Submit' button. You can test this in the form itself to prove that it's working. If the value is till not makign its way tio the database then:

    1. check that the rule input is mapped to an activity class (ac!) variable of the User Input Task in the Process model
    2. check that the ac! varibale is mapped to a pv! and the pv! is mapped to the relevant attribute of the CDT OR the ac! is mapped directly to the relevant attribute of the CDT 
Children
No Data