Hello, the Power Apps for Makers connector is causing errors in our existing and new apps.
We collect PowerAppsforMakers.GetAppVersions during the onStart for all our apps as we like to display the latest published version number ( timestamp ) of our apps in the footer area. Recently? we have been seeing this error when running the Monitor tool:
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'.
Note that the value "2.2.0" is the culprit and it can be found within the minimumRequiredApiVersion field . According to microsoft docs, this field ( minimumRequiredApiVersion ) should be a string and not a date. Actually, because this field exists twice in the data source ( e.g. value.tags.minimumRequiredApiVersion & value.properties.appDefinition.tags.minimumRequiredApiVersion ) you will get 2 errors for every version of the app you have. For us, this means thousands of errors and we think this is impacting performance.
This is similar to the code we use to build the connection :
WarrenBelz
146,743
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,083
Most Valuable Professional