AppSheet be default supports One-to-many relationships: you have one record (say an Order) that has many related records (order details). But there is another relationship connection type that allows you to connect many records to many records you have a table of records (say Products) where each record can be related to many records in another table (say orders). this means when you look at a product, you can see a bunch of related orders - and when you look at an order, you will see a bu…
I have used this and it references correctly but only displays the value in the specific column and not the entire row. I want the display to be the same as the REF_ROWS function but I am Referencing an ENUMLIST with REF base.
For example in your solution above, when I use it, it only displays the value in the [id] column of Table B and I want it to display the entire row with all the columns