I have a form with about a dozen select components on it which I want to map to a single resource query.
I want to have the first select/dropdown choose the correct record from the query, and then have all the remaining select/dropdowns auto-fill based on their respective column values for the selected record.
I understand how to create individual queries but linking them all together like this is where I'm stuck. Should I use i to reference index and create a dynamic value in default value?
Here is the "selector" I want to use: