Hello,
I have one site collection with one subsite.
I create a site workflow for technical reason.
I would like to use "Office 365 Upload file" action but i have an error :
"An exception occurred while processing parameter rInputFileToUpload]"
See my configuration below.
This is the "ServerRelativeUrl" of my document :
/sites/<NameSiteCollection>/<SubsiteName>/<MyLib>/<FolderParent>/<FolderChild>/<myDoc>.docx
And i put this value on that field in Nintex Action :
I don't understand why this doesn't work because "ServerRelativeUrl" is the correct parameter if i see the nintex documentation, they say we have to put the relative url of the document "<LibraryName>/<MyDoc>.docx".
This value is returned from SharePoint REST API :
Thanks in advance to help me