Skip to main content
Nintex Community Menu Bar

Pre-populated names

  • October 26, 2021
  • 2 replies
  • 26 views

Hi All,

 

I have created a Nintex form which used a repeated column to insert names. Form example below

 

Mandatory 

Owner name - "john" (Owner name is people picker)

 

Repeating Section
Employee name - "Mike"

Empoloyee name - "Andrew"

'Add new employee'

 

This information when entered will be pushed into a SharePoint list. Is it possible when 'Owner name'' is entered the Nintex form can use logic to pre populate all employee names last used in the Owner names previous form entry?

 

For example if 'Owner name' (john) was entered, the form could look into SharePoint list, find the latest form entry by (john) and pre populate all 'Employee names' entered into the repeating section.

 

2 replies

allan
Forum|alt.badge.img+9
  • Rookie
  • October 26, 2021

I am afraid that to prepopulate data in Nintex forms, your only solution is to use JavaScript.


  • Author
  • October 27, 2021

Do you know how to achieve the JAVA script?