[VaRest] - Plugin/bluesprint error

Hi,

I’m currently creating a connection script with the VaRest plugin,
Here is my bluesprint with the error that is returned, why this error? How to solve it?

Cordially,
Nicolas

You’re trying to get (and print) a field named result which does not exist. Did you set the field?

Yes it is created on my PHP page
For my test I put it in automatic success

Here is my PHP code (the one where I do my tests)

temp2.png

(This is not the final code this page is only for testing)

What happens if you just return a single value instead of an array? You probably need get array field for arrays.

what do you mean by that
And how can I do this?