Guest User

Untitled

a guest
Jun 25th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. Next in Collection - Returns the value of the next item in the collection.
  2.  
  3. For information about collections in variables, see Working with Variables.
  4. Destination Variable
  5. Select the variable that contains the collection.
  6.  
  7. At run time, when the application reaches the end of the collection and there are no more items to return, the system would normally throw a run-time exception.
  8.  
  9. To prevent this, place a Condition item in the node subflow before this item, and:
  10.  
  11. Set the Operator property to HasNoMore.
  12. For the Left variable, select the variable that contains the collection.
  13. For the Next Form field, select the next node to go to when there are no more items left in the collection.
Add Comment
Please, Sign In to add comment