Skip to main content
Nintex Community Menu Bar

Querying two columns in the same list and using a Collection Variable

  • June 21, 2017
  • 2 replies
  • 15 views

Forum|alt.badge.img+10

I'm trying to query two columns on a list, one with a number and another with a drop down. I want to return the results to a Collection variable I've set up called knowissuescollection to be counted later in the workflow. However I'm getting 'The variable knownissuescollection has been used more than once.' I thought I could store more than one variable as a collection? What am I doing wrong?

2 replies

Forum|alt.badge.img+16
  • June 29, 2017

Create a new collection variable


Forum|alt.badge.img+8

In your case, values for each column must be stored in separate collections. You simply need to create a new collection variable and use it for the Known Issues Notification field.