Hi All,
I’m trying to integrate my Xano users API with Adalo’s Team plan advanced table feature, but I’m running into issues where Adalo does not recognise my users API, even though:
My API works perfectly in Postman.
It’s accepted and works as an external API integration in Adalo.
My API follows standard REST conventions:
/users
returns a JSON array of user objects with numericid
fields./users/{id}
returns a single JSON object.
I’ve removed sensitive fields like passwords.
Field names are consistent and use standard casing.
There’s working data in the tables
There are no Swagger authentication requirements (all public and published)
Xano AI support confirmed that there are no documented special response format or schema requirements for this feature beyond standard REST patterns.
Adalo’s documentation and forums don’t provide clear guidance on any additional requirements or sample schemas for the Team plan advanced table integration.
Has anyone successfully connected Xano APIs to Adalo’s Team plan advanced tables?
Are there any undocumented response format requirements, metadata, or schema patterns that Adalo expects for this integration?
Any example responses or tips would be hugely appreciated!
I flagged an Adalo support ticket, but I received a reply with only a setup document link (I’ve read and watched all the Adalo and Xano information on this).
Any help or insight from anyone who's encountered this issue and found a workaround would be greatly appreciated.
Thanks in advance!