Hi all.
We need to process xml files which we receive from externally in Dynamics 365 F&O and apply a transformation before importing. We succeeded in doing this by creating a logic app which polls an FTP location and uses the enqueue service to place the xml file on the DMF queue (https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/recurring-integrations).
So far, so good. But what would be the approach in case processing the file fails? We can see the status in the scheduled data jobs page and in the DMF execution details. But we can't resume processing or retrieve the xml from Dynamics, correct? Would that mean that we have to poll in the logic app to check the execution status hand handle the file accordingly? And if so, how would we retrieve the executionId as we only get the message id returned from the enqueue request?
Or any other suggestions?
Thanks for your feedback!
Kenn