Today I would like to talk about how to import data from a csv file to Business Central with Power Automate in details. Source : Dynamics 365 Lab Read more...
Did you know that XPath from XML has a distant cousin in the JSON world called JPath? Well, it’s actually supported by Business Central. Check out how to use it in this video: Source : Hougaard.com Read more...
JSON is the preferred format for data exchange in APIs. It’s used for sending and receiving data between a client and a server in a structured, predictable format. In this article, you will learn how to create and read a JSON structure in Microsoft Dynamics 365…
Welcome to my blog, where today I am excited to introduce you to a new tool that will make a developer's life easier when working with APIs in Business Central. The API Object Generator is a tool that simplifies the process of generating objects based on…
The following post is related to how to divide a List into several sublists given size in Business Central. I recently had a case where I was asked to build a process that consumes a third-party API in order to upload a JSON file. Source :…