Applies to Product – Microsoft Dataverse
What’s happening?
The plug-in is reaching the "depth limit," causing the platform to consider this behavior as an infinite loop, which results in the abortion of further plug-in or Workflow execution.
Reason:
This behavior is by design and cannot be configured to increase the depth limit.
Resolution:
To resolve this, the plug-in code should be modified to minimize recursive or chained executions that could run into the depth limit.
