Hello everyone, in my microflow I am consuming a web service that returns two nested lists, so I created an entity to save all the data from both lists in the new entity, but when calling the microflow in the nanoflow to be able to use it in a listview, an infinite cycle occurs and it never exits or reaches the endpoint, does anyone know why?
asked
Ivan Lopez
1 answers
0
How do you determine that there is an endless loop: did you debug your microflow? Do you actually see that there is an "endless" loop? How many objects are returned by the webservice? Is anything returned at all?
And: do not commit the newly created object in the inner loop, but commit the list instead.