In this scenario, the user has created a record (payments) and is adding it to a collection (categories). When the user selects the category, it adds the created payment record to that record but I also want to make a payment that is added to a specific category called “Unspent.”
I can target items in a list like :first-thing or :last-thing but can I update a specific item?