Skip to main content

Notifications

Community site session details

Community site session details

Session Id : Tz6GYe4eMdcCNs5ZlUrMUz
Power Apps - Building Power Apps
Answered

Creating Power Platform custom connector which mimics the SharePoint built-in connector

Like (0) ShareShare
ReportReport
Posted on 24 Feb 2022 16:43:42 by 3,502

I am following the steps mentioned on this link to create custom connectors inside Power Platform:-

https://docs.microsoft.com/en-us/connectors/custom-connectors/define-blank

 

and the following steps to consume/use this custom connector inside Power Apps:-

https://docs.microsoft.com/en-us/connectors/custom-connectors/use-custom-connector-powerapps

 

But i have the following two questions:-

1) Now in the custom connector, to be able to submit the data from the Power Apps form to the custom connector, we will need to manually pass the data, as follow:-

ClearCollect(sentimentCollection, SentimentDemo.DetectSentiment(
{id:"1", language:"en", text:TextInput1.Text}).documents.score)

so is there an easier way to do this, by just submitting the form and have the all data inside the form's fields submitted automatically? Something similar to how the built-in SharePoint connector works?. Where we can send the form data to the SharePoint connector by writing this formula `SubmitForm(formname)` without having to manually map/specify the fields?

 

2) Second question. When using the built-in SharePoint connector, we can add a form inside our Power Apps (let say Canvas App) >> Define the form's source to be the SharePoint list >> Where Power Apps will automatically add all the list's fields inside the form. But in the custom connector case, we will have to manually built the form's fields. So is there a way to have our custom connector works in the same way as the SharePoint built-in connector works regarding this point?

Thanks.

  • johnjohn123 Profile Picture
    3,502 on 25 Feb 2022 at 16:01:07
    Re: Creating Power Platform custom connector which mimics the SharePoint built-in connector

    @timlOk thanks a lot for your very helpful .. I were hoping that we can make our custom connector more user friendly.. but at-least i am now sure that what i am doing is the best that we can get from custom connectors..

  • Verified answer
    timl Profile Picture
    34,978 Super User 2025 Season 1 on 25 Feb 2022 at 12:22:05
    Re: Creating Power Platform custom connector which mimics the SharePoint built-in connector

    @johnjohn123 

    I hate to be bearer of bad news, especially as you've so eloquently described the problem scenario, but the answer to these two questions is no.

     

    There's no way to set the data source of a form to a custom connector and to call SubmitForm, nor is there a way to automatically list the fields from a custom connector in a form.

     

    Microsoft are improving "custom connector" features, particularly with "dynamic schema" in 2022 Wave 1, but I'm not aware of any upcoming changes to address the two issues you mention.

    https://docs.microsoft.com/en-us/power-platform-release-plan/2022wave1/

     

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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,745 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,091 Most Valuable Professional

Leaderboard
Loading started