Skip to main content
Nintex Community Menu Bar

autopopulate values in SharePoint column based on another column value, using nintex workflow.

  • March 4, 2020
  • 1 reply
  • 13 views

Forum|alt.badge.img

How to auto populate values in a SharePoint column based on another column value, using nintex workflow. The list has 200+ entries.

1 reply

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • March 5, 2020
Hi,
The question is broad so the answer will be also.
Create a workflow that queries all the items in the list and stores all the item ID's in a collection variable.

Use a for each action to go through the collection variable and update the column you want based on the other column for the same item.