Hello,
I have a problem statement where I would like to connect my Alteryx Designer to Microsoft Business Central in order to pull in data . Is there a way I can establish this connection without having to purchase a connector?
Please Help!!!
You'll probably need to build an API connection. Basically you need to read the API documentation (here: https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/api-reference/v2.0/) to understand what the right URL for the API call you need is, and where to get an API Token. Then you have to parse the URL and token via the Download tool.
Read this first, if this is going to be your first API joyride: