Re: Multiple simpler flows vs. one big one?
Hi @the_joey_o,
I was also wondering how to define some best pracitces for this. As there is option to trigger flow from another one directly with action or with rest call.
Here is my opinion.
I suggest to split one huge flow into smaller ones when you expect that it will take long time to finish it. There is some limit, right now 30 days to finish Flow. Also I found out that it is easier if you have for example some complicated approval process to split it to smaller pieces.
On other hand the huge Flow can be good when you want not to exceed limit of runs per month. So if you expect that it will be triggered many times per day.
But I hope that somebody else will also share his experience.
P.