Hi, new to the forum and to Powerapps. I'm trying to patch a date picker selection to a Sharepoint list, using:
Patch( 'Sharepoint list', ThisItem, {Deletion:Value(dateDeletion.Value)})
So I just get the Javascript date in milliseconds on the Sharepoint list field. However, I've also tried dateDeletion.Value with .Date("dd/mm/yyyy"), getDate, Date.ToString() and Powerapps doesn't like any of them. Have also tried using dateDeletion.SelectedDate. Sorry in advance if I'm missing something basic here, though I'm still quite new to this.