Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Connector Development
Unanswered

Error calling custom connector with post api from powerapp

(0) ShareShare
ReportReport
Posted on by 10

Hi,

 

I created a custom connector to call a BigQuery API to insert data to BQ. I am able to test it successfully from the custom connector. But I get the following error when I try calling it from powerapps. Below is a valid json tested and successfully working from the custom connector test . I don't get any syntax errors on the json from powerapp, but get the following run time error. I am desperate for help with all the issues with custom connectors. Any help would be greatly appreciated.

 

haripriya_adus_0-1669444506930.png

Request Json

 

{

  "ignoreUnknownValues": false,

  "kind": "bigquery#tableDataInsertAllRequest",

  "skipInvalidRows": false,

  "templateSuffix": "",

  "rows": [

    {

      "insertId": "TEST",

      "json": {

        "Id": "2",

        "name": "werewrewren",

        "city": "Hwerwerd"

      }

    }

   

  ]

}

 

 

Thanks,

Haripriya

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 >

Featured topics