I am using dynamic text fields to take in input values such as repetitions and weight while building a workout planner but I am not able to save this values under the collection 'workouts' (which holds a list of exercises; which holds the name of the exercise, repetitions and weight). Is there another way to store values than just creating a document as usual?