Hello
I have a workflow which the final step is to output a file to a SharePoint.
I planned to save this to our gallery and schedule it to run every hour so I had my user credentials setup as the Run As User as I have read & write access to the SharePoint.
When testing, the workflow works fine when running on my desktop, and when publishing to the gallery and setting my Run As User credentials I get the error "Cannot Access the folder \\Sharepoint file path\ -Tool 1-Unable to reach SOAP API (Check URL), so I tried saving it to the gallery without defining any credentials and the error is resolved. and it saves correctly but when running in the gallery to test before scheduling I get the error "Error creating the file " FILE PATH ": Access is denied. (Tool Id: 11)"
I did grant the default credentials for the server read//write access to the SharePoint folder so I am assuming its more of that since it is share point 2013 it requires a domain + user name and the way the Alteryx Server is presenting the credentials to the SharePoint site isn't matching, but again just my assumption.
Has anyone found a way to output a file to a share point document library on a workflow published to the server?