Template
Add multiple photos
How to add multiple photos to a single row
Industry:
n/a
This app shows how to add multiple photos to a single row. We've got a table of Animals. Each animal has multiple animal photos.
Loading...
Also see:
tablet mode & fullscreen mode
How we built this app
To do this, we created a table called Animal Photos that has a reference to the Animal table. The reference column has IsAPartOf set to true, so that when adding a new animal, we get a nested form to add multiple photos.
This is a preview of the data sets used in the app.
Data
This is a high-level model of both the data entities and the UI elements in the app.
Loading...