Alteryx Designer Desktop Knowledge Base

Definitive answers from Designer Desktop experts.
How to add a custom domain within the Salesforce Tools.
View full article
Modifying the Jupyter Notebook creates a new temp directory and document instead of updating the existing workbook.ipynb file in the already created temp location.
View full article
Instructions for installing Python packages for Alteryx Designer in the command line
View full article
Installing a Python-based YXI Connector tool in a proxy server or restricted network environment can be challenging. This is because the install process reaches out through the network to download Python packages and fails.
View full article
Upgrading to numpy 1.24.0 onwards causes Alteryx.read() method to fail with "AttributeError: module 'numpy' has no attribute 'bool'"
View full article
Running Python tool fails with the following error: OSError: [WinError 995] The I/O operation has been aborted because of either a thread exit or an application request
View full article
This article explains how to troubleshoot and resolve the error "You have found a bug. Replicate, then let us know." when using a Python-based connector
View full article
The custom tool or tool that uses Python SDK throws out an error is there is any error on the workflow canvas.
View full article
Alteryx.write() returns "XmlParse Error: the attribute "type" is missing“ if there is a double-quote in the column name and the double quote is followed by a space and more characters.
View full article
Using Selenium 4.6.0 in interactive mode with "from ayx import Alteryx" statement causes an error in the Chrome Web driver.
View full article
When your Python libraries don't work the way they should in Python tool, restoring the tool to it's original state could be the solution. This article walks through how to restore Python libraries and the virtual environment associated with the Python tool.
View full article
Error "Unable to find the dll: "AlteryxBasePluginsEngine.dll"" in workflows containing a Python-based Connector and a Table Tool
View full article
The article provides troubleshooting steps when "404 not found" error is encountered in Python tool.
View full article
Instead of displaying the error that causes Python package installation failure, Alteryx.installPackages() fails on decoding the error message.
View full article
Error can occurs if unsupported node.js and npm are used for creating custom Python tool.
View full article
Information to know about connectors not connecting when a endpoint has Zscaler installed.
View full article
This article provides instructions to change the default path to unpack dependency packages for Jupyter Flow tool.
View full article
Passing in a newly created date field in Jupyter Notebook to Jupyter Flow tool will fail with an error
View full article