web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / PowerAppsforMakers Con...
Power Apps
Suggested Answer

PowerAppsforMakers Connector Function Errors from minimumRequiredApiVersion Property

(0) ShareShare
ReportReport
Posted on by 39

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! 

Categories:
I have the same question (0)
  • Michael E. Gernaey Profile Picture
    53,974 Moderator on at

    Hi @Sneeks_ 

     

    I would be interested in seeing the code that makes the call to get the data.

     

    But yes thats weird that it thinks the min value is a DateTime. Seems an issue with the Connector.

     

    I will say, for me at least, I usually have a configuration value that I populate with the Version per deployment versus calling it every time in the app (if thats what your doing). This way you dont need for your users to have a license to it.

     

    Maybe I misunderstood though 🙂


    If I have helped you, I would really appreciate if you please Mark my answer as Resolved/Answered, and give it a thumbs up, so it can help others

    Cheers

    Thank You
    Michael Gernaey MCT | MCSE | MCP | Self-Contractor| Ex-Microsoft
    https://gernaeysoftware.com
    LinkedIn: https://www.linkedin.com/in/michaelgernaey

  • Sneeks_ Profile Picture
    39 on at

    Hi FLMike, 


    Thanks for the reply. 

    I used what I see as a common recommendation to grab a version number, but I do agree with you, populating a version per deployment sounds more optimal than an unnecessary call.  Here's what I have: 

     Set(
     appVersion,
     CountRows(
     PowerAppsforMakers.GetAppVersions(
     LookUp(
     PowerAppsforMakers.GetApps().value,
     properties.displayName = "Bill Implementation Updates [Live]",
     name
     )
     ).value
     )
     ); 


    Open hearing more about how you populate your version #! 

  • Suggested answer
    Louisa# Profile Picture
    36 on at
    Hi, 
    this is a wrong definition in the connector. 
     

    Get App Versions:  ✅
    Works perfectly. Returns "2.2.0". 
    Type Definition from Documentation: 

    Name Path Type Description
    minimumRequiredApiVersion value.tags.minimumRequiredApiVersion string

    The field minimumRequiredApiVersion.

     

    Get Apps:  ❌
    Does not work and returns the following error: 
    The expected value “2.2.0” must be a valid RFC 3339 format for “Date-Time”. Permitted ISO 8601 formats: 'YYYY-MM-DDThh:mm:ssZ', 'YYYY-MM-DDThh:mm:ss±hh:mm', 'YYYY-MM-DDThh:mm:ss'. 

    Type Definition from Documentation: 

    Name Path Type Description
    minimumRequiredApiVersion tags.minimumRequiredApiVersion date-time

    The field minimumRequiredApiVersion.

     
     
    I have already created a case at Microsoft, but I don't think they have understood the bug yet.
    Greetings,
    Louisa

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 534

#2
WarrenBelz Profile Picture

WarrenBelz 416 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 306

Last 30 days Overall leaderboard