Hi. I have an API from xano which contains Add Ons to connect relational databases. The example would be the list shows the details of a retail store. Includes store name, contact, brand ,etc.
All that is in the stores database. Then I have store buyer info in another base connected in the API using an Add On. When the list shows up as a grid, it show [object Object] where the buyers names shhould be. I need to figure out how to get into that data feed for each specific column to adjust the link for some of them.
Also, there is some data that uses a nested Add On and that one doesnt show up at all so I need to completely add a new column and cant figure out how to do that either