We have a Global action which is general and used in API by other Systems to interact with Dynamics 365 with different Parameters and the perform different Operations.
In One of the scenario we need to create record in bulk which somehow based on no. of records stop inserting data in CRM as data is being entered in System via Create Request which is Synchronous i believe. so need to change this logic to a Asynchronous approach.
We are planning to use another action instead of create Request which we will call from Parent action Custom Code but it will be helpful only if this child action is Asynchronous so as much big will be the no. of records it will execute and will not block System as it will Run Asynchronous (that is an assumption need clarification)
Please suggest this approach will work or we should use any other workaround ?
Thanks in Advance