JSON & Data output issue

(Hammmie21) #1

Hi there,

Great botbuilder. A lot easier in use for a non-programmer such as myself. Great job :slight_smile:

I seem to be running into some kind of issue regarding JSON and data output, which I can’t solve.

Ive used a webhook to connect to a JSON-link. It connects correctly and when submitting a reference I get the asked data in response. (according to the logs).

When I try to use data outputs in a Bot Message (with __) the value is not displayed. It just remains empty. Ive double checked the labels and everything seems right.

What am i doing wrong?

Thanks in advance

Regards
Hamza

(Kellsey Shaw) #2

Hi Hamza,

Could you show me the New Message log expanded and the rdw Task expanded so that I can see the inputs/outputs?

You can send these to support@flowxo.com if you don’t wish to show this info in the community.

Thanks

(John Jackson) #3

I think the problem here is that your data is in an array. You should be able to use data__0__merk - hope that helps!

(Hammmie21) #4

Thanks John. Indeed the data was supplied within an array. Using 0 fixed the issue.

Thanks alot :slight_smile: