I’d like to use a toggle field as below and can’t work out the connections needed…
My data has Classes, Runs, and Dogs.
I have a repeating group of classes. Within this I want to be able to register dogs for the classes. An combination of class and dog is held as a run. For example, Class 11 can have multiple runs by multiple dogs.
There is a repeating group of dogs inside the classes repeating group
I have tried doing search for runs where Run_Dog=Current Cell Dog but I can’t constrain to the class as I can’t seem to access it?
The Run data type has a Run_Class item which is a link to the Class data type.
I have in mind something like if there is a run for the dog and class combination the toggle is on, otherwise the toggle is off, then a workflow so that if the toggle is moved to on it creates a run with the necessary data.
I don’t fully understand what your asking about tbh but i’ll try to give you my best insight so far.
So when having multi data dytpes on any single page bubble has built in “guide rails” that really only like to focus on one data type at a time so when you have a list of dogs inside of a class row than bubble isn’t natively built for you to search for the dogs list inside that cell. With that said when a user attaches a dog/run to a class you can create a text field with the dog/ run name in line or parallel with you attaching the dog or run object to the class and this text field will serve only the purpose to be searchable.
I apologize if my answer isn’t what your looking for. Maybe try adding some context or scrren shots to the thread and it could help us help you better.