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.
Thanks so much, That worked.
DatePicker1.SelectedDate will give you the date that your user has chosen from the DatePicker control. You can use it in your Patch command to put in the SharePoint List
I am assuming your control name is DatePicker1.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If this post or my previous reply was useful in other ways, please consider giving it Thumbs Up.
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2