Hi All,
I have a date picker on my App, which is default to todays date. I have a SharePoint list, Initially, I had set the date column on SharePoint to =Today() when a new entry is made, however, that doesn't seem to be working for me because the date doesn't change. I have the below command on my Submit button, and I want to add the command of getting date from DatePicker to the date column in SharePoint. Any help on is appreciated. TIA.
Command on Submit:
Patch(Survey,Defaults(Survey),{Title:User().FullName,Department:Radio1.Selected.Value,Service:Radio2.Selected.Value,ADNOC:Radio3.Selected.Value,'Contact Number':Value(TextInput1.Text),Gender:Radio4.Selected.Value,Comments:TextInput2.Text});Navigate('Thank You Screen')
My second question is, about translating. I have seen a couple of videos, and I tried connecting the Microsoft Translator connector, but I got stuck when it came to translating Radio Buttons. I can also try to create a localization file, however, all the tutorials I've seen so far, have forms in them and Single line texts, I am confused as to how I am supposed to create a file if I have multiple choice questions in my Survey to translate. I have attached the Survey Page 1 and 5 for your reference, if you could be so kind, to just give me an example as to how I need to format my data based on these questions in an excel, I think I can manage from there. TIA for your help. I am very new to this and I appreciate any help.

