Hi guys, I don’t really understand this, even though i’ve seen some tutorials about relations, my stupid mind can’t find a solution. I have multiple pages/databases across my app. I want to make a dashboard page in order to control everything from there. I want to use for this example all the data in the picture in the newly created dashboard in order to add some buttons and display some info, also to be able to delete that row in that database from the dashboard, not only to view the data. Can someone help me with this please?
I think you could add a custom collection where the source of the custom collection is the table you are trying to initiate the action from. Then add a button.
In Glide, you can use data from one table in another table by using relation columns and lookup columns. Relation columns link rows between tables, and lookup columns allow you to pull in data from the related rows.