Describe the issue/error/question
Hi! im goingt crazy with what i thought was going to be aeasy thing. I have a string like this:
<https://cdn.shopify.com/s/files/1/0454/8182/0319/files/19795198-1_1.jpg>; rel="canonical"
I just wante to extract the URL , so i want the output to be:
https://cdn.shopify.com/s/files/1/0454/8182/0319/files/19795198-1_1.jpg
I have no idea about javascript, but ive researced for formula’s and it seems REGEX should do it, however i keep running into different errors and have no idea why … i attach a screenshot of the last error i got … is it because ITEM isn’t a string and the REGEX function only works on strings?
What is the error message (if any)?
ERROR: Cannot convert undefined or null to object
##?SCREENSHOT
Please share the workflow
Share the output returned by the last node
Information on your n8n setup
- n8n version:
- Database you’re using (default: SQLite):
- Running n8n with the execution process [own(default), main]:
- Running n8n via [Docker, npm, n8n.cloud, desktop app]: