+1
Answered
API result
I call an API (JSON) and store the result of $.data[:1].id
in a variable called id
. When I now make a messge node with the content {id}
I get as result "1234567890"
. But I want to get just the content wihout "
. How do I do that?
Thank you for your help!
Customer support service by UserEcho
Could you please point me to the bot link at onsequel.com where this is observed?
Of course, here it is: https://www.onsequel.com/channels/16765/episodes/28470/trees/28463
I've checked the API node in your bot. Please go ahead and replace the Store response object as $.data.1.id.
Thank you very much! It works now!
Awesome!