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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / When a HTTP request is...
Power Automate
Suggested Answer

When a HTTP request is received error in JSON

(1) ShareShare
ReportReport
Posted on by 103
Hi, I tried to run flow using When a HTTP request is received trigger, but I have an error after saving.
Could you please help me what is the valid type of data should be?

Flow save failed with code 'TriggerInputSchemaInvalid' and message 'The schema definition for trigger 'manual' of type 'Request' at line '1' and column '835' is not valid. Error details: 'Invalid JSON schema type: date. Path 'properties.DateStartWork.type', line 1, position 148.'.'.
 
{
    "type": "object",
    "properties": {
        "GUID": {
            "type": "string"
        },
        "OrderName": {
            "type": "string"
        },
        "TotalAmount": {
            "type": "number"
        },
        "DateStartWork": {
            "type": "date"
        },
        "DateEndWork": {
            "type": "date"
        },
        "ClientName": {
            "type": "string"
        },
        "SalesName": {
            "type": "string"
        },
        "Country": {
            "type": "string"
        },
        "Currency": {
            "type": "string"
        },
        "IsFixPrice": {
            "type": "boolean"
        }
    }
}
 
Categories:
I have the same question (0)
  • Suggested answer
    trice602 Profile Picture
    15,404 Super User 2025 Season 2 on at
    Hi,
     
    There's an issue with the date types and light cleanup, Please try this one.  Works in testing.
     
     
    {
        "type": "object",
        "properties": {
            "GUID": {
                "type": "string"
            },
            "OrderName": {
                "type": "string"
            },
            "TotalAmount": {
                "type": "number"
            },
            "DateStartWork": {
                "type": "string",
                "format": "date"
            },
            "DateEndWork": {
                "type": "string",
                "format": "date"
            },
            "ClientName": {
                "type": "string"
            },
            "SalesName": {
                "type": "string"
            },
            "Country": {
                "type": "string"
            },
            "Currency": {
                "type": "string"
            },
            "IsFixPrice": {
                "type": "boolean"
            }
        },
        "required": ["GUID", "OrderName", "TotalAmount", "DateStartWork", "DateEndWork"]
    }
    
     
     
    ------------------------------------------------


    If this was helpful, please like and/or mark as a verified answer to help others find this too!


    Always glad to help! 💯💯💯💯💯

    Tom 

    Follow me on LinkedIn - Thomas Rice, PMP | LinkedIn

     


     
  • Suggested answer
    Pstork1 Profile Picture
    68,717 Most Valuable Professional on at
    I suspect the two dates you are receiving are in ISO 8601 format. That means they come in as Strings, not formal dates.  Try changing to String and then using a FormatDateTime() function to make them actual dates.
  • trice602 Profile Picture
    15,404 Super User 2025 Season 2 on at
    Hey there!
     
    I am following up on this post when a http request is received error in json in this category building flows from 11/20/2024.  I know the post is a little older, but it is a common question here so wanted to take a moment and follow-up. I see there have been 2 replies and 1 likes and asking if your question has been answered.  If so, please help the community out by completing one or more of the following actions!  Thanks in advance!
     
    Easy as 1-2-3 ‼️💯⭐😎🆒🙏
     
    1) Mark a reply as a verified answer - this is essential, and it helps others with the same general question find this thread. ✅
    2) You can also mark one of more replies as a verified answer.  Please take a moment and give the author credit for volunteering their time. ✌️
    3) Like one or more replies.  Kudos always greatly appreciated! 👍
     
    Pro tip:  if you found your own solution or workaround, feel free to add a reply to your own post and mark it as the solution too!  The goal is to get this thread marked with a verified answer by anyone that finds one or more replies helpful!
     
    Again, thanks in advance for reading and responding, always glad to help!  Tom 💯💯💯💯💯
  • trice602 Profile Picture
    15,404 Super User 2025 Season 2 on at
    If I can help with anything else please let me know or tag me in a future post, I enjoy reading and answering questions.  Always glad to help!  Tom 💯💯💯💯💯

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 501 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 323 Moderator

#3
abm abm Profile Picture

abm abm 237 Most Valuable Professional

Last 30 days Overall leaderboard