catching approver name when approver approve/decline nintex form

  • 4 March 2020
  • 5 replies
  • 10 views

Badge +3

I just want to catch approver name when HR approver approve or decline from the drop down column of the nintex form . I do have HR approve name column. Which is single line text. How do i catch approve name ? Here is the screen shopt.
6699iAB164943D2795101.png


5 replies

Userlevel 6
Badge +22

Hi,

Use a Calaculated value control with the "userProfileLookup()" runtime function and connect that to your column in SharePoint. Configure the control to only update on Edit Mode.

Badge +3

@SimonMuntz ,
That is good idea. But, it disappeared from the form in any mode when i checked on preview. Here is the screen shot. 

Userlevel 6
Badge +22

Based on your screen shot you are using O365 and not SharePoint On premise so I have moved this thread to the correct section.


 


Try testing with a published form opened from the list and not preview.


The following settings are used to control when the formula is calculated.


Badge +3

@SimonMuntz ,

I'm using sharepoint online. Approver's name is connected to single line text in sharepoint list. The same thing when i published . Here is the screen shot. 

Userlevel 6
Badge +22
Remove the quotes around the current user email reference.

Reply