Xano connector data type issue

Hello everyone,

Im experimenting with using Xeno as backend for my bubble app and I am using the Xeno Connector to do this. I watched a lot of the videos Eli made but I just can’t seem to get it fully working.

Xeno Auth is working fine, I can log in and log out. I can use the Auth token this way to use an external api call and get my data that way from Xeno. When i use the Xano Data en Xeno Get elements from the plugin I cannot get my data this way, even though it work when I use the regular “get data from external API”. Im starting to wonder if I am missing something very obvious.

I can even get the raw data like this:
image

But when I try to get the data there is nothing there.
image


It seems the data type is not correctly working and the JSON is not getting mapped to what I am defining in the API Connector but I really don’t get why. It is strange to me that I can’t get it to work through the plugin but it does work just using the api connector directly.

I would be greatfull for some help.

Are you trying to get a single client or a list of clients? The Xano Get element is used to get a single record, but you haven’t provided a Record ID. Use the Xano Query element to get a list.

1 Like