
I have two tables. Table1 has records with id and a description column. Tables2 has stored the id of table1 as a foreign key. What I would like to do is simply display: table1.description where table1.id = table2.table1_id but using florish methods. I just can't seem to wrap my head around how to do this.