Hello Gilders, I have created an app with products (table) and relating categories (table).
Now I want to create a custom screen with the categories and when I click on a category I want to show all the products who belong to that specific category.
How can I do this dynamically, so that I don’t have to create different screens for every category?
You don’t need the Category Relation column in the Products table. The important one you need is the relation in the Category table to link the category in that table to the category in the Product table.
But I had to create a relating collumn from my Products table to my Categories table to populate the choice field when editing a Product or creating a new Product.