I have a purchasing request system setup where a request is generated on our internal system (AppSmith), processed with N8N, and then shows up on a Monday board.
It is setup to send details like QTY requested, part name, date, link to item, etc.
Everything works great, unless there is a URL (link to item).
Nothing I have read has helped to resolve the issue.
This is my latest attempt. I used the ‘encodeURIComponent’ wrapper in JS and I still get an error. (Cannot read properties of undefined (reading ‘create_item’))
Using just the plain URL I get the same error.