Help with xano database

hello adalo comunity,
i am testing my app with xano backend.
i have created 2 tables in xano
1.users: which have email, password, id, craeted date, profile image, etc…
2.posts: which have post(text), image, and users as relation.
now in adalo i have a list for posts, which showing current post image, post(text), and current post user(creater) name, and profile image.

i manged to get all data i need except the data for the creater (current post user). the only data showing is user_id.

can any one help how to do this step by step??? as i am new for xano
thanks in advanced

Is it to display the creator name and avatar?
You need to use an ‘add on’ in Xano to return those fields in the posts API endpoints. Check the Xano documentation for this.

Then refresh the DB connection in Adalo and the fields will be accessible.

Yes to display the creator name and avatar for the current post.

I will check that documentation,

thanks brother i have read the doc’s, its usfull and easy

1 Like