Designer Compatibility with Data Connectors
The functionality of various data connectors depends on their compatibility with Alteryx Designer. Make sure that the version of the connector you are using is compatible with your version of Designer.
Compatibility Matrix
Data Connector | Connector Version | Compatible Designer Version |
SharePoint Files | 1.1.0 and Later | 2021.3.3 and Later |
1.0.4 | 2021.2.1-2021.3.1 | |
Power BI Output | 3.1.0 and Later | 2021.3.3 and Later |
3.0.0 | 2021.2.1-2021.3.1 | |
Tableau Output | 1.1.0 | 2021.2.1 and Later |
OneDrive | 2.0.1 and Later | 2021.3.3 and Later |
2.0.0 | 2021.2.1-2021.3.1 | |
DropBox | 1.1.2 and Later | 2021.3.3 and Later |
1.1.1 | 2021.2.1-2021.3.1 | |
Box | 2.1.1 and Later | 2021.3.3 and Later |
2.1.0 | 2021.2.1-2021.3.1 | |
Dataverse | 1.0.1 and Later | 2021.3.3 and Later |
1.0.0 | 2021.2.1-2021.3.1 | |
UiPath | 1.0.1 | 2021.3.1 and Later |
Microsoft Azure Data Lake Store | 2.1.0 | 2020.4 and Later |
Microsoft
Affected Connectors
Sharepoint Files, OneDrive, Power BI, Dataverse
Important Information
No Forward or Backward Compatibility
If you upgrade Designer or the connector, you have to upgrade the other one as well. See compatibility matrix for details.
Redirect URI Setup Required
New version requires a new Redirect URI but Azure allows for multiple Redirect URIs, so you can add https://cef.alteryx.com/designer/oauthcallback
to OAuth 2.0 Redirect URI and use the same custom app across multiple connector versions.
Box
Affected Connectors
Box
The functionality of the Box connector is also dependent on the authentication method.
-
The Sign in via Internet Browser method is affected only if you use SSO via Azure Active Directory. See the compatibility matrix for details.
-
The Sign in via Internet Browser with custom Box application method is also affected only if you use SSO via Azure Active Directory. Box 2.1.1 requires the new Redirect URI but it doesn’t allow for multiple Redirect URIs, so you have 2 options:
-
You have to add
https://cef.alteryx.com/designer/oauthcallback
to OAuth 2.0 Redirect URI and upgrade all users. -
You have to create a new app and let users decide between them based on the connector version they are using. In the case of Designer 21.3.3 or later, you have to add
file://*
in CORS allowed domains.
-
-
JSON Web Token in Designer 21.3.2 or later requires whitelisting of
file://*
in CORS allowed domains regardless of the connector version.
Dropbox
Affected Connectors
Dropbox
-
If you use SSO via Azure Active Directory, see the compatibility matrix for details.
-
If you use SSO via Azure Active Directory and a custom application, the compatibility matrix above applies and you need to add
https://cef.alteryx.com/designer/oauthcallback
to the application.