Skip to main content

Notifications

Power Automate - Using Connectors
Answered

Formatting Record when using a Connector

(0) ShareShare
ReportReport
Posted on by

What is the proper record format when using a connector in PowerApps? I am using the GoFileRoom connector (Document Search) action. 

The JSON body when using this action looks like this:

 

{
"DrawerId": "0000000001",
"PageNumber": 1,
"SortField": "0000000001",
"SortOrder": "ASC",
"NumberOfRows": 25,
"Filter": {
"IndexValues": [
{
"IndexId": "0000000001",
"IndexValue": "%"
}
]
}
}

 

I have tried to format in PowerApps using:

pa.png

I receive the following errors:

error.png

  • Verified answer
    Re: Formatting Record when using a Connector

    Thank you sorry for posting in Power Automate instead of Power Apps community. 

     

    FYI...for this post I used the following which worked.

     

    Set(IndexValues,{IndexValues:Table({IndexId:"0000000001", IndexValue:"%"})});

  • Re: Formatting Record when using a Connector

    Hi @Anonymous ,

     

    The error message in powerapps told that your formula is missing a column and you need to add a column to the formula.

    And for powerApps issue, I suggest that you could post it in PowerApps forum so your issue could be quickly helped:

    https://powerusers.microsoft.com/t5/Power-Apps-Community/ct-p/PowerApps1

     

    Best Regards,

    Alice

     

    Community Support Team _ Alice Zhang
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

  • Re: Formatting Record when using a Connector

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

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,495

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,822

Leaderboard

Featured topics