Hello, dear.
Let me explain. I have a list with a column containing options: "P1Y" and "P1M". I need to make these inputs with buttons as shown on the screen.

And depending on the button selected, I want it to be added to my collection.
I need your help to know what I should modify in my collection and how to convert the button into an input and display what I selected.
My Collect
Patch(colPropuesta;Defaults(colPropuesta);{Organización:TextInputOrganizacion.Text;NombreApellido:TextInputNombreApellido.Text;Email:Value(TextInputEmail.HintText);ProductTitle:DropdownProducTitle.Selected})
Thank you!