We have built a custom connector that uses x-ms-dynamic-schema for an action. This action in Power Automate is getting the the dynamic schema from our API but when we open the same action in Azure Logic Apps it shows only 1 field instead of the dynamic fields. Why is the behavior different? Should we add anything special for Logic Apps to work with x-ms-dynamic-schema?
"/v2/createCase": {
"post": {
"summary": "Create a case",
"description": "Create a new Case",
"operationId": "CreateCase",
"x-ms-visibility": "important",
"responses": {
"200": {
"description": "OK, Success"
}
},
"parameters": [
{
"name": "CaseModel",
"in": "body",
"required": true,
"schema": {
"x-ms-dynamic-schema": {
"parameters": {
"schemaType": "caseModel"
},
"operationId": "GetSchema",
"value-path": "schema"
}
}
}
]
}
},
(Attached how the fields look in Logic Apps vs Power Automate.)
WarrenBelz
770
Most Valuable Professional
stampcoin
494
MS.Ragavendar
399