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,
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