How to Configure x-ms-dynamic-values for Custom Connectors in Power Platform?
Table of Contents
Question
You are customizing an OpenAPI definition of a custom connector.
You need to add a new parameter to an action to display data from an underlying API.
Which OpenAPI extension should you configure?
Select only one answer.
A. x-ms-capabilities
B. x-ms-dynamic-values
C. x-ms-dynamic-schema
D. x-ms-dynamic-properties
Answer
B. x-ms-dynamic-values
Explanation
This item tests the candidate’s knowledge of extending the OpenAPI definition for a custom connector.
The x-ms-dynamic-values OpenAPI extension can be configured at the parameter level to fetch dynamic values from an underlying API. You can specify Operation ID, Value, and Value display name properties when configuring this extension. The x-ms-capabilities extension helps to configure capabilities that are offered by the connector at the operation and connector levels. With this extension, you can configure a chunkTransfer capability at the operation level and a testConnection capability at the connector level. The x-ms-dynamic-schema extension is used to retrieve the schema that defines which parameters should be visible for that given action. The x-ms-dynamic-properties extension is a new version of x-ms-dynamic-schema and allows us to dynamically retrieve the schema.
Microsoft Power Platform Developer PL-400 certification exam practice question and answer (Q&A) dump with detail explanation and reference available free, helpful to pass the Microsoft Power Platform Developer PL-400 exam and earn Microsoft Power Platform Developer PL-400 certification.