Multiple entries field with repeating items

Hello!
I am adding the results of a form with checkboxes to a multiple entry field, these are Yes/No options. But I only see one Yes and one No in the data table. Apparently, it does not allow repetitions.
Is it possible to allow the field to have repetitive items?

Thank you!

There are multiple ways to do this. One way would b to have a field called “yes” and a field called “no” and a have those fields be either a list of users if you want to keep track of each user’s response or just as number field. Then, you can increment yes when a user says yes and increment no when a user says no. You can also add a description field as a text field to the data type where you can store the name of the answer the yeses and nos are related to.