Skip to main content

Notifications

Power Automate - General Discussion
Unanswered

Displaying HTTP Response Directly in PowerApps Text Box?

(0) ShareShare
ReportReport
Posted on by 3

Hello,

 

I've been integrating API calls within my app. How can I directly display the HTTP response into a PowerApps Text Box without using intermediary files like Excel?

Thanks!

  • RouxJMM Profile Picture
    RouxJMM 92 on at
    Re: Displaying HTTP Response Directly in PowerApps Text Box?

    If this is the response:

    "body": {
     "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#sites/$entity",
     "createdDateTime": "2020-04-09T18:43:38.65Z",
     "description": "",
     "id": "This is the response",
     "lastModifiedDateTime": "2023-12-10T01:49:35Z",
     }

      To get the 'id', you would do it like this. 

    Set(Response, HttpCall...);
    Set(r_id, Text(Response.id));

     

  • SamLed Profile Picture
    SamLed 2,326 on at
    Re: Displaying HTTP Response Directly in PowerApps Text Box?

    Hi,

     

    Is that you're looking for? Call HTTP Request from a Canvas Power App using Flow and get back Response | Power Automate | D365 Demystified

     

    I would add that for getting full response, use outputs('HTTP'). Where "HTTP" is the name of your action.

    ______________________________________________________________

    If I have answered your question, please Accept the post as solution.
    If you like my response, please Thumbs Up.

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,508

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,839

Leaderboard