Extract values from message body

Hello,

How i can extract id and number values from this output? I’m new to n8n so don’t know how it will work.

"text":"[{"ID":50,"number":"+369874","poll":"Test"}]"

Thanks,

Can you provide the node with the result?

Hey @82rocker

You can use the ItemList node to separate the items, it will separate your array into single strings, and then you can process their IDs

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.