Xano Integration - How to use a table reference

Hi there,

a table reference in Xano shows up as a number field in Adalo, i.e., it is not a table reference any more. What is the best way to have a 1to1 connection between two table with the Xano integration?

To give this a bit of context. My logged in user has a table reference to some detail data which not every user has. So I have a detail page from a table reference from the logged in user. How can I display to data?

You have two options, either use an Add on to return all that data from the user API call, or have a list of ‘details’ which is filtered on Xano side to only return record where details user id = auth id (you need to switch on authentication for this endpoint to use auth id).