Create auto loop function available in services and press flows:
• A separate function, where a user could drag over the loop function and pass it an array.
• Then it would iterate through the array until it got to the last item.
• Other operations in the function could be like Continue and Break.
• Continue would move on to the next item in the array and break would break out of the loop
• Tangent thought to that would be to allow for creating a variable which is an array type and allow for building arrays ourselves, rather than having to rely on arrays from web service responses.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.