I am able to connect to my SharePoint site and tried 'Create list' but receive an error only stating 'Error in creating list.', no other details.
So I manually created a list on the site, made sure the data types were the same and after connecting to it in Alteryx I am only able to use the Append option. I get the error messages below for the other options.
Overwrite:
Error: SharePoint Output (21): Request forbidden -- authorization will not help.
Update:
Primary column: [jobID]
Error: SharePoint Output (21): Bad request syntax or unsupported method.
Upsert:
Primary column: [jobID]
Error: SharePoint Output (21): Bad request syntax or unsupported method.
I would like to be able to create the list and then update or upsert the jobID if any fields change AND add new rows if they are new jobIDs.