Hello
We are facing error in running the Sharepoint output tool with DCM enabled on the server version 2023.2.1.133. If a workflow has more than 2 sharepoint output tool then it is failing with the error message: 'str' object has no attribute 'get'. This happens only on the server, in the designer it works fine.
Did anyone face the same issue with sharepoint tools?
Hi @Srikanth03 ,
I had a similar issue a while ago with the Salesforce connector, but I switched to ODBC as a workaround then.
Since you are using version 23.2, using control containers might solve your problem. The control containers orchestrate parts of your workflow where you need things to happen sequentially.
Here is more about it. https://help.alteryx.com/current/en/designer/tools/developer/control-container-tool.html
Best,
Fernando Vizcaino
@fmvizcaino I tried your suggestion with control container (Alteryx 2023.1 and SharePoint connection 2.5.0) but unfortunately it didn't work.
@Srikanth03 were you able to resolve the SharePoint output error you mentioned?