
Hello, everyone!
I have a main flow that calls other secondary flows to create items in a SharePoint list. The process involves extracting data from APIs and adding this information to the list.
The main flow calls a secondary flow eight times using the "Run a Child Flow" function. The idea is for each secondary flow to create new items within the same SharePoint list. However, after making some adjustments to the flow, the main flow starts calling the secondary flow infinitely. I don't understand why this is happening and would appreciate it if anyone has a solution or idea.
Here are some screenshots for a better understanding of the flows:
Main flow:
Details of "Aplicar a cada Unidade":
Secondary flow:
Details of "Include items in the list" scope:
Thanks in advance.