Hi folks,
I need some help with something maybe a little basic but that I don’t understand yet how to do it. I’m having issues with relations. I have two tables, one named “Things” and other named “Categories”. Inside categories I have the category name as shown in image 1. And in the Things table I have a column with the categories name as you can see in the image 2.
My question is how to reflect changes from the table “Categories” to the “Things” table. For example, if I change the first category name to “Trianges” instead of “Blocks”, the column category in the “Things” table remains with the same name, “Blocks” and not the new name “Triangles”.
Thanks in advance, I’m newbie in Glide and I couldn’t figure this out.