I saw several documentations on how to upload .csv files to sharepoint using csv writer, but didn’t see how to upload a .docx file. Does anyone have experience uploading a .docx file to sharepoint page?
I currently have a python script node that generates the docx file which I use to download the file locally. I reckon I can make use of that node somehow with sharepoint online connector node, but would like to know how exactly..