Hi, We want to upload an Excel file to the company’s SharePoint place. DCM is created with a Custom App authentication method for data connection using Client ID, Client Secret, and Tenant Id. The workflow works in the Alteryx Designer. When we save it to the gallery, it does not save without error or it has an error after running in the gallery. SharePoint tools are installed on the server and DCM is created.
The error while saving to the gallery is as follows:
The errors after running in the gallery :
or
When I run on my laptop, a Windows authentication pops up twice, I should click.
I tried to prevent this pop-up window with a proxy used NTLM, the pop-up does not appear, but that does not work also.
Could you please guide us on how to deal with this issue?
The SharePoint Input/Output connector is a Python-based connector, so it will require the following registry key to exist in both the end users machine as well as each worker node on the server.
Registry Key: HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\SRC\Alteryx
Value Name: PythonAllowHideEncryption
Value Data: true
Once this key has been added, the user would need to reauthenticate the Salesforce tool on his workflow in Designer and republish the workflow to gallery.