Hi All,
I am using the Power Apps for Makers connector to provide my app version number. While the version number is accurately delivered, when I run Monitor, the "GetApps" function is kicking the following error for every app value in the response:
"data": {
"raiseToastNotification": false,
"errorMessage": "Expected value '2.2.0' to be a valid RFC 3339 'date-time' format. Allowed ISO 8601 format(s): 'YYYY-MM-DDThh:mm:ssZ', 'YYYY-MM-DDThh:mm:ss±hh:mm', 'YYYY-MM-DDThh:mm:ss'.",
"wasReported": false,
"functionName": null,
"context": {
"entityName": "",
"id": -1
},
"info": "Expected value '2.2.0' to be a valid RFC 3339 'date-time' format. Allowed ISO 8601 format(s): 'YYYY-MM-DDThh:mm:ssZ', 'YYYY-MM-DDThh:mm:ss±hh:mm', 'YYYY-MM-DDThh:mm:ss'."
}
When I search the body of the GetApps response, I can see the only "2.2.0" is:
"minimumRequiredApiVersion": "2.2.0",
Any thoughts or solutions?
Thanks!