Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Connector Development
Unanswered

Different behavior of x-ms-dynamic-schema in Power Automate and Logic Apps

(0) ShareShare
ReportReport
Posted on by 39

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.) 

Screenshot 2021-12-16 114712.pngScreenshot 2021-12-16 114833.png

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

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 770 Most Valuable Professional

#2
stampcoin Profile Picture

stampcoin 494

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 399

Featured topics