Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Connection between Alteryx & Business Central

Ryyan
5 - Atom

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!!! 

1 REPLY 1
FilipR
11 - Bolide

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: 

https://community.alteryx.com/t5/Engine-Works/APIs-for-Beginners-Integrate-All-the-Systems/bc-p/8327...

 

 

Labels