Before you deploy the inbound Azure Logic App, test it.


Standard procedure

1. Trigger the defined Logic App. For example, if your Logic App trigger is OneDrive, you can upload a test file to the applicable OneDrive folder. Use a test file of type JSON.
2. Check the test results in the runs history of the Azure Logic App.
3. Check the test results in the web service history in D365 FO.

Notes

For step 1, you can, for example, use a JSON file with this content:

{"CustGroup":[{"CustGroup":"10","Name":"Wholesales customers"},
{"CustGroup":"100","Name":"Intercompany retail customers"},
{"CustGroup":"20","Name":"Major customers"},{"CustGroup":"30","Name":"Retail
customers PDJ"},{"CustGroup":"40","Name":"Internet customers"},
{"CustGroup":"80","Name":"Other customers"},
{"CustGroup":"90","Name":"Intercompanycustomers"}]}

Provide feedback