Hi,
I am trying to upload a file using REST API. I have used the “Get a file” action to fetch the file from Sharepoint Online.
My next action is Integration - Call a web service to upload the file. Usually for web request, I would have inserted the file inside the request content/body. However, Nintex is not allowing to add the file which I saved as a variable in the request content.
Any idea how I can include the file in the web request please.
Get a file save the output in a variable names varObjOutputFile2 with type File.
I am trying to insert the File on the request content but it’s not allowing me to do that.