I create a flow to monitor a number sequence table in D365 on multiple environments and then do some calculation on it. If I count approximate records in total for all environments, the number is around 2000 records which then goes through calculation for each record retrieved. I am getting these alerts on it now that i'm consuming 80% of my daily total request limit by just this one flow.


1. Is each compose that I have in this flow counts as a request? If i do that math, I have four of such so 4x2000=8000 does sound like it.
2. Any suggestions how I can reduce these actions? I cannot reduce the records that I have to do the calculation for but wondering how I am calculating maybe changed.
I'm still below overall 10000 of my limit but I do plan to add few more which may cause an issue then. Appreciate any feedback any one has for me.
Thanks,
Raheel