Read array in json

Hey guys I'm fetching some data via HTTP. I'm receiving a list of json (Code below). How do I use the elements from this list in my chat? "statusCode": 200, "data": { "retorno": { "Pontos Fortes": [ { "sugestao": "bbbb...s pessoas." }, { "sugestao": ".aa .. vibrante." }, { "sugestao": "ccc...experiências." } ], "Pontos a Melhorar": [ { "sugestao": "Pode ... exigem foco e persistência." }, { "sugestao": "A im...arrependimentos." }, { "sugestao": "É imp...iva." } ] } } }
3 Replies
Baptiste
Baptiste10mo ago
What do you want to do with that data? How would you like to display it on Typebot?
Silvio Brito
Silvio BritoOP10mo ago
I need print de values in my chat bot
marcipriano
marcipriano10mo ago
assigned the data to a variable and uses a script block to treat the result as a string, save it to a variable and then in text bubbles you show it

Did you find this page helpful?