+1
Answered

API result

ON 7 years ago updated by Praveen Srinivasaiah (Admin) 7 years ago 5

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!

Under review

Could you please point me to the bot link at onsequel.com where this is observed?

+1

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!