Reputation: 608
I need to navigate through the data retrieve from the "GetOrdersByFilters" HTTP-Swagger connector. But unable to add for-each loop for loop through the data ("Add a for each" button is disabled in the menu).
This "GetOrdersByFilters" connector is in inside of a do-until loop(PaginationLoop).
Is there any way of adding a for-each loop?
Upvotes: 0
Views: 106
Reputation: 1263
This seems by design. Better option will be "GetOrdersByFilter" a child workflow and call it in do-while.
Upvotes: 1