Hi All,
I've a question about the datepicker option.
In my app I've two datepickers, and I want to patch them (and some other fields) to a SharePoint list.
The SharePoint list columns are all text columns.
I want to patch the selected date as text to my SharePoint column, for this I use the code below:
Patch(SharePointListName,Defaults(SharePointListName),{textcolumn:datepicker1.SelectedDate})
But I got an error when I patch this that says:
Object must implement IConvertible
Anyone know what I need to do?
Thanks in advance.