Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

Custom Connector Configurations

(0) ShareShare
ReportReport
Posted on by 86

Hello!

 

I am working on building a Power App that utilizes REST API to connect with a ConnectWise Manage database. 

 

I have the custom connector created and get the correct response. However, when trying to use it in the Power App, I'm getting recurring errors on the dropdown. I've tried 

 

See swagger snippets and images of the custom connector and Power Apps below. 

 

Any thoughts are welcome. Thank you!

 

CUSTOM CONNECTOR SWAGGER

 

 

swagger: '2.0'
info:
 version: 1.0.0
 title: New Collection
 description: New Collection
host: cw.lutz.us
basePath: /
schemes:
 - https
consumes: []
produces:
 - application/json
paths:
 /v4_6_release/apis/3.0/company/companies:
 get:
 summary: GetCompanies
 description: GetCompanies
 operationId: GetCompanies
 parameters:
 - name: clientid
 in: header
 required: true
 type: string
 default: -REDACTED-
 description: clientid
 responses:
 default:
 description: default
 schema: {}
 x-ms-visibility: important
definitions: {}
parameters: {}
responses: {}
securityDefinitions:
 basic-auth:
 type: basic
security:

 

 

 

 POWER APP ERRORS

rknight_0-1687285346722.png

 

  • rknight Profile Picture
    86 on at
    Re: Custom Connector Configurations

    It's not in a Gallery. It is just a dropdown list. The same method does not work in this case. 

     

  • v-xiaochen-msft Profile Picture
    on at
    Re: Custom Connector Configurations

    Hi @rknight ,

     

    I think you should create a variable first and use it in the gallery.

    Add a button and set onselect:

    Set(var,NewCollection.GetCompanies("text"))

     

    Set items of gallery:

    var

     

    Best Regards,

    Wearsky

  • rknight Profile Picture
    86 on at
    Re: Custom Connector Configurations

    Tried that. 

     

    It now expects a Table value. 

     

    rknight_0-1687352734805.png

     

  • v-xiaochen-msft Profile Picture
    on at
    Re: Custom Connector Configurations

    Hi @rknight ,

     

    Please try to use 

    NewCollection.GetCompanies("text")

    instead of 

    NewCollection.GetCompanies({clientid:"text"})

     

    Best Regards,

    Wearsky

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June 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 > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 1