Get Index for Value from Collection in 365

  • 24 August 2021
  • 1 reply
  • 70 views

Badge +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

Userlevel 4
Badge +9

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.



 

Reply