Adding Xano Collection Doesn't Always Work

Hey,

I’m using Xano as my backend and I’ve added many collections (API endpoints) to Adalo.

My issue is sometimes when I add an collection, it says it is added successfully but it won’t load any of the fields.

See my loom video here showing the problem.

I had this issue once. I created a new API endpoint in Xano and replicated what I needed. When I loaded that collection to Adalo that worked. I tried that method again but no to avail.

Help is greatly appreciated!

Thanks,

@bwilder,

I guess is that it should return a error when you run manually like you did in the video at the end but without any params. My guess is that, when the inputs are empty this issue arise so what you can do is enable the Ignore empty values option or handle with a if-then-else.

That’s worked @dilon_perera!! It’s worked for two endpoints I was having trouble with.

Much appreciated for the prompt and accurate response. I’ll select ‘Ignore empty values’ going forward.

1 Like