Looping flow
ACE Working example
Download the sample workspace here.
Provided workspace showcases an endpoint which returns a list of users. The amount of users returned will match the userListLength
query parameter.
How to use the example?
Try the provided GET /createPlaceholderUsers
method from the Try it out view.
The endpoint returns a list of users. All users are generated by a mixed flow which is passed an array of user details that require mapping. The array passed to the mixed flow is generated based on the length requested from the userListLength
query parameter.