i have a custom page that have 3 fields (combobox and 2 calendars (start,end Date)...the user have to fill them and the answers should be sent to power automate using POST method and will be received in automate by (when an http request is received) using this JSON schema (
{
"type": "object",
"properties": {
"company": {
"type": "string"
},
"StartDate": {
"type": "string"
},
"EndDate": {
"type": "string"
}
}
}
)
is there anyone that can help me how to write the syntax of the POST method?
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.