So I have a button that I use to generate records in a collection called "Tranzactii". However, I have issues with the drop down, called "DropDown1" as it appears as a table inside my collection.

This is because PowerApps sees DropDown1.SelectedText as a Record data type, and I need Text data type in order to get the correct value inside my collection, instead of the table.

I am mentioning that I used Dropdown1.Selected.Value, Dropdown1.SelectedText.Value, as well as Dropdown1.Selected.Record, but this happens:

I should also add that my dropdowns use ["", "option1", "option2"] kind of formula and they are no linked to any database.
Thanks in advance!