When you usually reference in XANO, by default, you get the id of the reference. One simple way you can do is to add the user_id as reference and then create an “addon” from the user table and use it to associate with user ID. In the addon, you can choose which fields to return in the response.
Example of an addon with just returning the user namein “_user” - “name”
Thank you, I tried to follow a video on how to do this but Im either doing something wrong or I dont get the options you have. I only get the option to add “sorting”
Im not sure its the right way but I figured out how to get it to work.
Im not sure how to explain it but its for leaving feedback.
When the person logged in leaves feedback its sent to xano. To display that persons details in the feedback table it I thought I could just pull the name, company etc from the user_id but instead I sent the name and company etc from weweb to the xano table along with the feedback and then read in those separate columns back into the weweb feedback table.
You need to create the addon and select the fields you wanted to display. Usually when then you select the addon and save. The last step you show is just to map both tables together once saved, it should show the new fields in the response.