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 Apps / How to use "custom sch...
Power Apps
Unanswered

How to use "custom schema" in custom connector such that can use the new "Capture Schema" button

(0) ShareShare
ReportReport
Posted on by 173

I was reading about the new dynamic schema support coming to PowerApps (https://powerapps.microsoft.com/en-us/blog/authoring-formulas-with-dynamic-schema-in-power-apps/ )

 

I assume this functionality is available to custom connectors too?

 

If I am writing my custom connector in ASP Net Core 3.1, using SwashBuckle, how do i configure my API to produce a swagger file that is correctly formatted to use this new feature?

 

I naively thought this was enough..but sadly not!

 

 

 

 [HttpGet("DynamicJSON", Name = "DynamicJSON")]
 [ProducesResponseType(typeof(object), StatusCodes.Status200OK)]
 public IActionResult DynamicJSON()
 {
 var result = Enumerable.Range(0, 5).Select( (r) => new UndeclaredJSON()
 {
 Field1 = "ABC",
 Field2 = "123"
 });

 return Ok(result);
 }

 

 

 

 

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 358 Most Valuable Professional

#2
11manish Profile Picture

11manish 214 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 185

Last 30 days Overall leaderboard