Extract specific value from json

Hi expert,

i am a super rookie in code, i have receive a json body on the below,
and i just want to extract the “text” as output for next node, how can i do it ?? using function node or set node?? can you please help me??

{
“name”: Chan Louis,
“text”: Test it again and again,
“phone”: 85212345678
}

Hi @Louis_kwok, I think the Set node is what you’re looking for:

Recording 2022-08-12 at 07.00.42

Here’s my example workflow:

4 Likes