Hello Power users
I have a concern about choices column in dataverse and choices function
So I have a table "Player", in this table i have a column "drug test result" which is of type "Choice" with 3 choices
So i created a form for new player and i have a text input box drug test which has a function
Choices(Players.'Drug Test Result')
edit form
why when i use patch i have to write 'Drug Test Result':drugtestdp.Selected.Value, and not just 'Drug Test Result':drugtestdp.Selected
whereas if i use in my items as just table name "Player", then in my patch i will have to write 'Drug Test Result':drugtestdp.Selected.'Drug Test Result'

Thanks in advance, its a bit detail into powerfx but i want to learn it