Skip to main content
Nintex Community Menu Bar

pre-populate repeating section in a create new item from another list?

  • May 19, 2020
  • 7 replies
  • 18 views

Forum|alt.badge.img+1

Hi, Everyone. I am fairly new with Nintex. Can someone please help me. I have two lists and I have repeating section on both lists, identical repeating sections. List 1 is a maintenance list where I get the employee's dependents. And list 2 is a form where I need to get the dependents from list 1. However, I am not allowed to pre-create a form (list 2 item) after adding an item on the maintenance list (list 1). I know it is easier to do that using a workflow, but really not an option. Is there a way to pre-populate the new item form with the dependents from my maintenance list? Please help. Thank you so much.

7 replies

Forum|alt.badge.img+9
  • May 20, 2020

if you can't use a workflow, custom code is really you only other option.

Say on clicking the save/submit button code would run to create the item in List2 and copy over the details you want.


Forum|alt.badge.img+1
  • Author
  • May 20, 2020

Is there a way I can lookup the whole repeating section from another list and show it also as a repeating section on the second list without pre-creating an item on list2 when creating an item in list1? 


Forum|alt.badge.img+9
  • May 20, 2020
no that i know of, as even if a lookup selection would work(which I don't think it would) you would need to select it the close and reopen, I can't see it working. Workflow or custom code are the options I feel

Forum|alt.badge.img+1
  • Author
  • May 20, 2020

Thank you. I am not sure if I am asking the right question. Is there a way a that a workflow is triggered already on form load? 


Forum|alt.badge.img+9
  • May 20, 2020
sorry not sure what you mean

Forum|alt.badge.img+1
  • Author
  • May 20, 2020

I have this repeating section XML on my List 1

7822i2EAA54755137C330.png

 

When I create a new entry on my List 2, I want the form to have a pre-populated Partner Dependents from my list 1.

7823iC625FF097BA71023.png

How can I achieve this without making a workflow on my List 1 that create/update my List 2?

 

Thank youuuu!!!

 


Forum|alt.badge.img+9
  • May 20, 2020

yeah I get ya, I don't have anything else for you, thats what workflows are there for this sort of thing, if you can't use them, you may be out of luck.