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 / CUSTOM CONNECTOR: Rese...
Power Apps
Answered

CUSTOM CONNECTOR: Research and findings

(4) ShareShare
ReportReport
Posted on by Microsoft Employee

Entering my 3rd day straight on a complex GET/POST nested JSON schema problem. Thought I'd share some interesting findings I've found:

  1. A schema that returns "Success" in the Custom Connector "Test" area, does not directly transfer to a Custom Connector POST function ( myCustomConnector.POST({<things:andStuff>}) ) in PowerApps.
    1. This really sucks and its largely due, I believe, to 2.

  2. When dealing with POST schemas, " [ ] " 's <> work. The Custom Connector function needs "Table({<your schema here>}). It will not "see into" square brackets. 
    1. You can interrogate the needed schema by substituting [ for Table(, hover over the red squiggly intellisense, and build the correct schema from this. (handy but suuuuper-hacky).

Hope this helps!

Categories:
I have the same question (0)
  • Verified answer
    v-yuxima-msft Profile Picture
    Microsoft Employee on at

    Hi @ericonline ,

     

    Thanks for your information.

    This is very helpful.

     

    Best Regards.

    Yumia

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Adding on to this... kind of related. 

    • For a ClearCollect statement that does NOT use a Custom Connector-defined JSON schema, I'm UNABLE to use Table()!
    • I MUST use "[ ]" 's instead of Table()!
    • Weird.

    Example:

    • Does not work:
    • ClearCollect(colSample,
       Table(
       {parameter: "test", paramValue: 123},
       {parameter: "toast", paramValue: 345},
       {parameter: "toots", paramValue: 567}
       )
      )
    • Does work:
    • ClearCollect(colSample,
       [
       {parameter: "test", paramValue: 123},
       {parameter: "toast", paramValue: 345},
       {parameter: "toots", paramValue: 567}
       ]
      )
      Hope this helps someone else too!
  • joshbooker Profile Picture
    104 on at

    @ericonline 

     

    I think this may have something to do with the fact that ability to add so-called 'tabular-capabilities' is absent in custom connectors.

     

    See: https://powerusers.microsoft.com/t5/PowerApps-Ideas/Custom-API-with-tabular-capabilities/idi-p/13394

     

    HTH,

    Josh

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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 320 Most Valuable Professional

#2
11manish Profile Picture

11manish 210

#3
Valantis Profile Picture

Valantis 167

Last 30 days Overall leaderboard