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 Automate / Dynamic Properties for...
Power Automate
Unanswered

Dynamic Properties for both input and output does not populate outputs as expected

(0) ShareShare
ReportReport
Posted on by 81

Hello friendly team!

 

We have developed a connector that has its inputs defined via an x-ms-dynamic-schema.

 

The inputs are defined here: https://github.com/microsoft/PowerPlatformConnectors/blob/dev/certified-connectors/WooCommerce/apiDefinition.swagger.json#L443

 

The outputs are then specified here: https://github.com/microsoft/PowerPlatformConnectors/blob/dev/certified-connectors/WooCommerce/apiDefinition.swagger.json#L461

 

This is a trimmed sample of the request, with both input and output included:

 

{

    "schema": {

        "type": "object",

        "properties": {

            "id": {

                "x-ms-summary": "Resource id",

                "type": "integer",

                "description": "Unique identifier for the resource."

            },

            "parent_id": {

                "x-ms-summary": "Parent id",

                "type": "integer",

                "description": "Parent order ID."

            },

            "number": {

                "x-ms-summary": "Number",

                "type": "string",

                "description": "Order number."

            },

            ...

         }

  },

  "post": {
 "type": "object",
        "properties": {

            "parent_id": {

                "x-ms-summary": "Parent id",

                "type": "integer",

                "description": "Parent order ID."

            },

            "status": {

                "x-ms-summary": "Status",

                "type": "string",

                "description": "Order status.",

                "enum": [

                    "auto-draft",

                    "pending",

                    "processing",

                    "on-hold",

                    "completed",

                    "cancelled",

                    "refunded",

                    "failed"

                ],

                "default": "pending"

            },

           ...

      }

  }

}

 

 

We are observing the "id" field is not being returned in outputs and that the outputs more closely resemble the inputs.

However, the items do not exactly match so it's really not clear how this is happening.

 

Is it possible to use x-ms-dynamic-properties for both input and outputs as we have done?

Categories:
I have the same question (0)

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!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 77 Super User 2026 Season 1

#2
Haque Profile Picture

Haque 68

#3
Expiscornovus Profile Picture

Expiscornovus 56 Most Valuable Professional

Last 30 days Overall leaderboard