Returning data from an integer table reference column

Options

Hello,


I am trying to return data from a referenced table column and not just the integer. I am using a WeWeb plug in for Xano backend. In my table #1, I have references to a record in table #2 in Column X. I am calling data in table #1 in weweb, and for column X, I am trying to get data of that row in table #2, but it only gives me the integer ID of that row in Table #2.


How do I change the returned value of a table reference? I know it is bad practice to re-create the data from Table #2 in Table #1.

Best Answer

Answers