Solved

Is it possible to count the number of items inside the index of an array(collection)?

  • 25 August 2017
  • 2 replies
  • 31 views

For example in one index I have two items separated by a comma.

Collection:

Index [0] = [a,b]

 

I want to get the items a and b separately. Is that possible? 

 

Thank you!

icon

Best answer by callum 25 August 2017, 05:11

View original

2 replies

Badge +9

Hi TC,

Can you do this via using Get an Item from a Dictionary: http://help.nintex.com/en-US/O365/Default.htm#cshid=1066 

if you get the item at index 0 from your initial collection, and output it to a new collection variable, I believe you will be able to work with those items as a collection, then use the Count Items in Collection on that 2nd variable (and continue to work with hte items inside).

Callum

I will try that solution. Thank you, Callum! 

Reply