Skip to main content
Nintex Community Menu Bar

How to show Initiator Name on New Form

  • June 4, 2018
  • 5 replies
  • 53 views

Forum|alt.badge.img+7

Hi,

This seems like a basic question, but I was not able to find the answer.  When a new item is being created, I would like to show the initiator's name on the form, and then store it in my list. 

I have a column called Requester with a type "person".  I know how to pick up the initiator's name in a workflow, but I'd like it to show the initiator's name on the form while creating a new item.  Any ideas?

Thank you.

5 replies

Forum|alt.badge.img+7
  • Nintex Partner
  • June 5, 2018

Hi, 

Add a calculated value and connect it to a field.

Set the following formula to it: UserProfilelookup(Current User,"PreferredName")

Where:

UserProfilelookup is under Inline functions tab.

Current User is under Common Tab.

"PreferredName" is hard coded.

BR,


Forum|alt.badge.img+14
  • Scholar
  • June 5, 2018

simply drop Requester list field on form layout a configure its default value to CurrentUser reference.

if you do not want the value to be changed apply a rule on that will disable it.


Forum|alt.badge.img+7
  • Author
  • June 5, 2018

Worked perfect.  Thank you.


Forum|alt.badge.img+7
  • Author
  • June 5, 2018

Thanks for the suggestion. 


mcamarco
Forum|alt.badge.img+3
  • March 30, 2020

What type of rule would you set to prevent this from changing?