Skip to main content
Nintex Community Menu Bar

Get Index for Value from Collection in 365

  • August 24, 2021
  • 1 reply
  • 98 views

Forum|alt.badge.img+3

Hi All,

 

I'm more familiar with on-prem nintex, but we have the 365 and i'm trying to do a simple enough operation, get the index values for something that exists in a collection. basically, check if item exists in collection for on-prem. 

the check if item exists in nintex 365 only accepts a boolean variable. Is there no tool for this anymore? if not, has anyone found a decent workaround?

 

Thanks,

Nute

1 reply

allan
Forum|alt.badge.img+9
  • Rookie
  • September 8, 2021

What you could do is simply loop on your collection, and check with a "run if" action if your condition is met. If this is the case, return the index and exit the loop.

In the loop, store your index, and create a boolean variable to stop the loop. If the run if is true, the change the "StopProcessing" boolean variable to Yes.