Hi There,
Hope you are all well!
I am new to Power Automate.
And want to know is there any way to create bulk records with a single create request in Dynamics 365 using Power Automate.
For example, I want to create 10 Contact records at once with a single create request using Power Automate.
Any help will be appreciated.
Thanks!
Hi @Emma_Al,
Have a look at the batch operations in a single HTTP request to the Microsoft Dataverse API:
Alternatively, you could also use an import data job or dataflows.