Hi,
I’m trying to insert a binary file ( pdf ) through mssql but i keep having the errors:
Validation failed for paramete ‘r0v8’. Invalid string.
Implicit conversion from data type nvarchar to varbinaru(max) is not allowed. Use the CONVERT function to run this query.
My take is the column in the mssql wich i don’t have acces to modifying isn’t understanding the column type i’m trying to insert, i’ve tried inserting it as a string, array and object. None worked.
I’ll be really thankful for any help! Thank you
Information on your n8n setup
- n8n version: : 1.103.2
Running n8n on npm,
I’ll add the pictures for reference:

