I need your help to extract a phone number from a vcard

Hey, amigos.

I have a problem trying to extract a phone number from a vcard using a Set node.
Maybe my problem is in the syntax of the expression.
You can see in the picture I shared that I was able to get the number from the vcard.

Can you guys help me fix it or give me a hint on how to do it?

My n8n version 1.89.2 (VPS)

Try this expression: .match(/TEL;waid=(\d+):/)[1]

1 Like