Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Sharpoint Output Error was working fine in December.

BAvitia23
8 - Asteroid

Greetings, 

 

I have a workflow that is publishing to Sharepoint, that was working fine prior to the holiday season, this morning its resulting in this error. 

Did something change?

Error: SharePoint Output (33): WorkflowRuntimeError("Error while uploading file 'Alteryx Customer List.xlsx'.") has type WorkflowRuntimeError, but expected one of: bytes, unicode

 

Any ideas would be appreciated

3 REPLIES 3
mceleavey
17 - Castor
17 - Castor

Hi @BAvitia23 ,

 

this looks like the data type of a specific column has either changed in your workflow or on the actual list itself. 

If you are outputting to a list you need to map exactly what is on the list. For example, if you have a column which only allows a single character and you try to output a column with more than one it will error.

Check all your data types for each column are correct, the data within the columns is correct and all fields are mapped.

 

Hope this helps,

 

M.



Bulien

mverworn
5 - Atom

I'm having the same problem.  I'm overwriting the Excel file, so matching existing fields is irrelevant.

Gumerdrew
5 - Atom

Hey all - thought I'd drop my fix to this here in case others run into this problem. I was mysteriously running into this problem with the SharePoint Output tool as well, multiple flows that use this tool started throwing this exact runtime error with no changes from my side. After scouring community for a fix and finding nothing, I started suspecting that something must have changed on the SharePoint side.

 

Turns out there was an internal DL change in outlook that removed my write access to the folders I was trying to write to with Alteryx, every folder/file I needed was magically read-only now. I reached out to an admin who was able to restore my write access, and this error cleared. 

 

Hope this helps!

Labels