Hi,
I'm trying to update my SharePoint list via HTTP Request action. I seems that there is a problem when dealing with date-time data. I get the following error:

As you see below, I'm updating information from two columns of the list, the first culumn is a choice colum (AlertSystem) and it's working well, the problem is with the date time column(AlertTimestamp). I'm trying to update this field with the current date. In order to do this, previously, I have created a variable that contains the current time through the next functions : formatDateTime(utcNow(),'MM-dd-yyyy')

Do you know how to deal with timestamps in HTTP requests ?
Thanks