If we want to perform multiple actions Common Data Service at once , like creating/ updating 100 different records, Flow will make many different calls to CDS.
Although it works fine, but it takes lot of time and keeping limitations on number of requests , this might not be a good approach.
But, no worries , Microsoft is going to solve this by introducing “Batch” concept in flow.
We can add a Batch scope to your flows that will group all these different operations into a single call to Common Data Service to dramatically improve performance.
To use this, search for Batch under the Common Data Service connector. Once you add this ...