Connection between Alteryx & Business Central
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Ryyan
5 - Atom
‎07-09-2022
03:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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!!!
Labels:
- Labels:
- Connectors
- Database Connection
- Power BI
1 REPLY 1
FilipR
11 - Bolide
‎07-09-2022
03:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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:
