Hi there,
I am using a Logic App to enter certain information into the General Ledger of Dynamics 365 Finance.
The Logic App runs on a daily basis, early in the morning, to automatically fill the ledger with the information of the previous day.
Just today I realized that the Logic App created duplicate entries in the Ledger which led to errors down-stream.
Looking into the Logic App run, I realized that the duplicate records coincide with a Gateway Timeout in the step:

So it seems to me that the default retry policy led to the creation of those duplicate entries.
I'd assume if the request runs into a time-out, nothing gets into the database - however, the existence of the duplicates tells a different story.
Any idea how I could handle this correctly?
Best,
Florian