web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : QryKrQtJfNm8Yr1LIZKLAL
Power Apps - Building Power Apps
Suggested answer

Power Fx formula using Office365Groups.HttpRequest stopped working recently

Like (0) ShareShare
ReportReport
Posted on 22 Jul 2025 20:44:34 by 4
A Power Fx formula that uses Office365Groups.HttpRequest has stopped working in the past few days. We have several apps that rely on SharePoint and its embedded search functionality inside our canvas apps.
 
Office365Groups.HttpRequest(
                "https://graph.microsoft.com/v1.0/search/query";
                "POST";
                encodedRequest
            )
 

Recently, this formula started failing, and we’re not sure whether it was due to a Microsoft update or something else, as we haven’t made any changes to the Power Fx code.

Does anyone know if this was caused by a Microsoft change? Is there a known workaround?

Thanks in advance!
Categories:
I have the same question (0)
  • Suggested answer
    Power Apps 1919 Profile Picture
    608 on 23 Jul 2025 at 05:21:57
    Power Fx formula using Office365Groups.HttpRequest stopped working recently
    HI @nogueira,
    You can try Office365Users.HttpRequest() Function
    Sample Call:
    The response will be in Object/ Dynamic data type to get the data you have to parse and get relevant values.
    Sample Parse:
     
    if you are using basic graph call related to user(me) then use this .
     
  • Suggested answer
    Pstork1 Profile Picture
    67,483 Most Valuable Professional on 22 Jul 2025 at 21:10:13
    Power Fx formula using Office365Groups.HttpRequest stopped working recently
    The problem is that the OfficeGroups connector only supports Graph calls against the groups resource.  You can't use it for generic Search.  For that you'll need one of the regular HTTP Request connectors.  The one problem is that these are Premium license only. I suspect you're using the OfficeGroups connector because it would let you do it with a standard license. That was a loophole that was supposed to be closed a while ago.  Use one of these actions instead.  There is no way to access the Search resource using a Standard connection.

    ----------------------------------------------------------------------------------
    If this Post helped you, please click "Does this answer your question" and give it a like to help others in the community find the answer too!

    Paul Papanek Stork, MVP
    Blog: https://www.dontpapanic.com/blog
     
  • stampcoin Profile Picture
    4,162 Super User 2025 Season 2 on 22 Jul 2025 at 20:53:37
    Power Fx formula using Office365Groups.HttpRequest stopped working recently
    Have you tried to switch to HttpRequestV2
    If you try to use the flow, will that work ?
    In power automate portal , add a flow for testing:
    Add manual trigger + Send an HTTP request V2  (from Office 365 Groups 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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Telen Wang – Community Spotlight

We are honored to recognize Telen Wang as our August 2025 Community…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 637 Most Valuable Professional

#2
stampcoin Profile Picture

stampcoin 570 Super User 2025 Season 2

#3
Power Apps 1919 Profile Picture

Power Apps 1919 473

Loading complete