Hi, I have an app that I want to display an image based on the status of a checkbox field (true/false). I set up a glide table with an image. When I create a relation column in my main table to that image table, I don’t see the relation column in any of the displayable fields (neither image nor text). So the main table has a checkbox “Is School Day”, and I check it – I want to display the image from table 2 (a school) on the page of the main table. The relation works, but no way to access the image…
Can you add some screenshots of your data editor?
You can’t display an image from the relation directly. Create a lookup column that grabs the image through the relation column and then display the lookup in an image component.
3 Likes
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.