hello,
I’m building a new bot and I’m executing a customer API to get some customer information via JSON post.
My problem is that when displaying the data the values are showed with brackets [DATA] into the conversation dialog
How can I take the brackets out as is being displayed that way as in the attached image.
I’m doing for example result .document[0].value and is displaying the number into brackets [4557788], I wanted to display with no bracket since I need this value to execute another API.
thanks in advance