I've created a list (similar to the ToDo tutorial) that creates a list of names. I am trying to query another collection in the database based on the a hidden label value (labelGuardianID).
When I do the query, it returns a combination of ALL of the label values for all five names listed.
How should I go about this to get ONLY the guardian ID for that particular row in the list?