Skip to main content
Nintex Community Menu Bar
Solved

Adding multiple column values to a collection Variable

  • July 4, 2021
  • 1 reply
  • 339 views

Forum|alt.badge.img+1

Hi all

 

I have a scenario where I need to add around 8-9 column values in a collection variable. They are all lookup column values.

 

Is there an efficient way to add all of them in a collection variable?

 

Thanks

Best answer by kchaluvadi

Hi

There is no way you can loop thru as the 8 to 9 column values of an item exists individually in an item. You must have 8 to 9  "Collection Operation" actions in your workflow and use "Add" operation and everytime to update the same collection variable.

 

1 reply

Forum|alt.badge.img+12
  • Apprentice
  • Answer
  • July 5, 2021

Hi

There is no way you can loop thru as the 8 to 9 column values of an item exists individually in an item. You must have 8 to 9  "Collection Operation" actions in your workflow and use "Add" operation and everytime to update the same collection variable.