Do I need to use a database 'list' here - how can I set this up in a database?

A typical approach would be to have another table like “department treatments”. Which holds
Department
Treatment (with it 4 fields)

So it would have multiple rows of treatments per Department.

Then design the UI so as each Treatment is added, that treatment is added the DB. (to avoid the backend workflow API to deal with adding lists)

Regards using basic Bubble to do a search across a nested relationships of objects - that is another kettle of fish.

At least that’s how I’d approach it. :slight_smile:

2 Likes