Skip to main content
Nintex Community Menu Bar

Connect Nintex form field to SharePoint list lookup

  • July 29, 2019
  • 2 replies
  • 24 views

Forum|alt.badge.img+3

I do have two pannel with the same column name called personnel type(drop down). How do i connect personnel type choice control to look up fields in sharepoint list? I tried to connect, but the microsoft flow said second pannel of control personnel type is null when i add item only the first pannel

2 replies

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • July 29, 2019

Hi,
You can connect two controls to the same SharePoint column but only one will update the column so its not a good idea. You would need two separate lookup columns in SharePoint, one for each control on your form.


Forum|alt.badge.img+14
  • Scholar
  • July 30, 2019

try to dsign your form so that controls that are comon for both panels are out of them, so need them just once on the form.

 

if you need to keep sequence of single fields then create multiple panels, eg.

- panel for new entry and controls above personel type

- panel for existing entry and controls above personel type

- panel for personale type

- panel for new entry and controls below personel type

- panel for existing entry and controls below personel type