Hello All,
i recently received some errors which are most likely result of too many calls within the flows from this particular service user through a particular connector (this time it was teams)...
I tried to figure out which flow it was but its not really possible... at least from what i can see. The Center of excellence gives you overview of the calls but not from which flow they come. It also shows you the flows but not how many times they run...
For now i figured a very manual way to figure this out and would like to hear any other,hopefully better ideas... my idea is
1, create a list
2, edit every flow you want to get overview where you create a variable, for example "teams" and put the action "increment variable" after every teams step (especially in a loop)
3, record the final value to a list (with some other information so you can actually figure out which flow caused how many calls)

let me know your ideas