Hi Alteryx Community,
We're trying to write a Python tool for SharePoint upload and download as the SharePoint tools are still not available to use.
I have tested the Python codes are working, able to connect to SharePoint and upload the file from network drive to SharePoint folder.
I encountered a roadblock when packaging this Python tool into a macro using interface tools. I think the problem is that the Action tools are not replacing strings as I expected.
Could anyone help me take a look what I did wrong in the sample workflow attached. Many thanks !