Hi am currently trying to connect alteryx to microsoft dynamics. I am able to extablish a connection and see the different entities / tables. however when I run a simple work flow to see the top 10 i get this error every time. I'm not sure whats wrong or how to resolve this. Sorry i cannot provide the workflow due to the nature of the data. See below
Error: Dynamics CRM Input (1): Traceback (most recent call last):
File "C:\Users\sovinejames\AppData\Roaming\Alteryx\Engine/../Tools\dynamics_crm_input_v1.0.2\dynamics_crm_input\engine.py", line 124, in pi_push_all_records
api = DynamicsCrmApiClient(
File "C:\Users\sovinejames\AppData\Roaming\Alteryx\Engine/../Tools\dynamics_crm_input_v1.0.2\connectors_core\dynamics\crm.py", line 56, in __init__
session = OAuth2Session(
File "C:\Users\sovinejames\AppData\Roaming\Alteryx\Engine/../Tools\dynamics_crm_input_v1.0.2\Lib\site-packages\requests_oauthlib\oauth2_session.py", line 79, in __init__
self.token = token or {}
File "C:\Users\sovinejames\AppData\Roaming\Alteryx\Engine/../Tools\dynamics_crm_input_v1.0.2\Lib\site-packages\requests_oauthlib\oauth2_session.py", line 129, in token
self._client.populate_token_attributes(value)
AttributeError: 'AzureActiveDirectoryBackendApplicationClient' object has no attribute 'populate_token_attributes'
Hello @Sovinejames
Without seeing the workflow there's not a lot that the community can do.
But from the error message, the last line states "AttributeError: 'AzureActiveDirectoryBackendApplicationClient' object has no attribute 'populate_token_attributes'"
I would look into the Microsoft Dynamics setup to make sure you have configured your tools correctly.
https://help.alteryx.com/current/designer/microsoft-dynamics-crm
If you are still having trouble, I would recommend opening a ticket with our Support team.
Thanks!
TrevorS