Hi,
I am calling the API method " Microsoft.Dynamics.DataEntities.ExportToPackage " from Logic apps . The recurrence is set to 4am every day.
The issue doesn't occur often. But not sure why this happens. Given below the details
First step: Call API ExportToPackage. URL is https://D365FOURL/data/DataManagementDefinitionGroups/Microsoft.Dynamics.DataEntities.ExportToPackage

Step2 : I could see the API call creates a new execution

When I check in D365FO, I do not find any such execution Id

Though I give a delay of 25 seconds in Logic apps to move to the next step to GetExportedPackageURL, with this missing execution id, the step fails

I tried checking in event viewer and did not find any error in the given time and it shows the execution id.


When I resubmit the run again, the execution is successful.
Could you please advise on where I need to focus ?