I am making a canvas app in which I have a text field , I want to patch the Value of the text field with a choice column in my dataverse table.

As you may see , I have a Gallery in which I have 3 buttons to show 3 options ["Morning" ,'Afternoon" ,"Evening"], whenever someone selects any of the 3 buttons it is highlighted in red and shown below in text in front of the "Preferred Time selected - " label.
For the Gallery items I have made a collection on the "OnStart" of the App like -
ClearCollect(PreferredTime,{PreferredTime:"Morning"},{PreferredTime:"Afternoon"},{PreferredTime:"Evening"})
Now, I want to patch in the Dataverse table a choice column "Preferred Time" which has 3 choices {"Morning" ,'Afternoon" ,"Evening"}.
I can't seem to find the correct way to implement the above scenerio using the Patch function,
Kindly Help,
your Help will be highly Appreciated