This is what I try:
First event does what I expect, loads a dictionary object with 10 items:
"loopindex1":1
"loopindex2":2
"loopindex3":3
"loopindex4":4
etc...
Now I try to run a for each loop on the dictionary and stop at '5'. I tried both methods above, neither works.
How can I break out of a for each loop on a dictionary? There is no stop loop action on a dictionary object? I need a little help, please.