Hello
I'm getting the below error in a Power Apps custom connector, I'm trying in Power Apps > Swagger Editor.
"Cannot convert the literal '9/10/2021 12:00 AM' to the expected type 'Edm.DateTimeOffset'
How should I pass values to DateTime and Date fields
Body -
{
"Client_Name": "From Postman",
"Created": "2021-09-10T00:00:00Z",
"CreatedBy": "ananda",
"Due_Date": "20211011D",
"Email": "spadmin@trygen1.onmicrosoft.com",
"ID": 0,
"Modified": "string",
"ModifiedBy": "string",
"Nationality": "string",
"Phone": "string",
"Progress": "string",
"Sprache": "string",
"Status": "string",
"Worth": "string"
}
"Cannot convert the literal '20211011D' to the expected type 'Edm.Date'.
What will be the correct format for DateTime and Date fields.?
Please help.
Thank you