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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Unexpected error-- isF...
Power Apps
Answered

Unexpected error-- isFeatureEnabled: Method not implemented

(3) ShareShare
ReportReport
Posted on by 167

I'm building a Page for my model-driven app. Up until yesterday it was working fine. Today I opened it to edit and received this message: isFeatureEnabled: Method not implemented. And now my Page is ignoring the recordId I pass it in a param.  I did some testing and it appears that my App.OnStart() event is no longer firing.

 

I know that App.OnStart() is being deprecated for navigation. But surely it can still be used for parameter processing, no? Could this be a symptom of preview nature of Pages? Did MS push an update that broke App.OnStart() for Pages?

 

In any case, if I can't use App.OnStart() to initialize variables, where should I do it?

I have the same question (0)
  • Drew Poggemann Profile Picture
    9,287 Most Valuable Professional on at

    Hi @JenniferK ,

     

    I have not dug into this a lot, sorry, but thought I would pass this article along if you have not been through these details, hopefully something is helpful:  https://powerapps.microsoft.com/en-us/blog/app-startscreen-a-new-declarative-alternative-to-navigate-in-app-onstart/ 

     

  • Hyperlance Profile Picture
    14 on at

    @JenniferK we experienced this morning as well, and like you use the app.onstart method to initialize variables. This only appears to be Dataverse related apps i.e. dataverse for teams

     

    Also @dpoggemann we have apps that were created the only in the past 2months are this is occuring.

  • JenniferK Profile Picture
    167 on at

    This is a new Page so it had no legacy settings. Navigate() was not being used. This is my App.OnStart:

    Set(oppID, Mid(Param("recordId"),2,36));
    Set(entityName,Param("entityName"));

    The article you linked to states:

    Declarative road ahead: Named formulas

    App.StartScreen is just our first step.  There are two other important new declarative features in the works.

    How many of you use Set in App.OnStart to setup global variables?  Ok, everyone raised their hand.  What if instead of writing:

    App.Onstart = Set( ThisUser, LookUp( Users, Email = User().Email ) )

    You instead wrote:

    ThisUser = LookUp( Users, Email = User().Email )

    I know, yet another very nuanced difference.   In the second case, we are defining a named formula rather than using the Set function.  This is equivalent to defining a name in Excel by using the formula bar or the Name Manager.

     

    My further experimentation seems to indicate that Set() is no longer functioning at all, anywhere in my app. It looks like I may have to use these new Named Formulae. So where do I put them?

     

  • AR_LT Profile Picture
    5 on at

    Experiencing this too since this last night. Set() in App.OnStart still works for me. I use StartScreen all the apps where I have this error (they are all fairly recent). There is no clue as to what is causing this and it would be nice to get insight as to what is causing and the ramifications. 

  • Antti99 Profile Picture
    4 on at

    I have the same issue as of this morning. Due to the discussion above I temporarily removed Set() functions from onStart, in vain. Looking forward to getting insight into this. 

  • westerdaled Profile Picture
    672 on at

    I am getting the same issue testing out Rezza's recent Dataverse Expenses sample.   Note, I don't have anything in my App.OnStart other than Collect() function .   

  • Spamrancher Profile Picture
    345 on at

    I am seeing this same error in a Custom Page I started developing a few weeks ago. Just started seeing the message within the last week. As far as I can tell, it's not impacting my app in any way: my variables and collections that I have in App.OnStart are still running. Passing a parameter between screens is still working.

     

    Has anyone put in a support ticket with Microsoft about this?

  • RTB_10 Profile Picture
    89 on at

    Working within Teams and using Dataverse and receiving the same message as described. 

  • FLOWPA Profile Picture
    85 on at

    FLOWPA_0-1639757244881.png

    Same error here today.

     


    @JenniferK wrote:

    I'm building a Page for my model-driven app. Up until yesterday it was working fine. Today I opened it to edit and received this message: isFeatureEnabled: Method not implemented. And now my Page is ignoring the recordId I pass it in a param.  I did some testing and it appears that my App.OnStart() event is no longer firing.

     

    I know that App.OnStart() is being deprecated for navigation. But surely it can still be used for parameter processing, no? Could this be a symptom of preview nature of Pages? Did MS push an update that broke App.OnStart() for Pages?

     

    In any case, if I can't use App.OnStart() to initialize variables, where should I do it?


     

    Make sure StartScreen propery is visible:

     


    StartScreen property will not appear in the list of properties when the retired option Enhanced formula bar is turned on. To turn Enhanced formula bar off, go to Settings > Upcoming features > Retired > turn off the Enhanced formula bar switch when you want to use StartScreen property. (reference)

     

    For now you can initialize global variables in any behavioral formulas ( OnSelect, OnVisible, OnHidden, and other On... properties)
    I have changed most of my variable initialization inside Screen OnVisible.

     

    Declaring global variables:  Set function and global variables 


    OnStart retired doc: https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/object-app#onstart-property

    StartScreen doc: https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/object-app#startscreen-property

     

  • Verified answer
    Spamrancher Profile Picture
    345 on at

    I was on with Microsoft Support today and brought up this error. I noticed that I haven't been seeing it the last couple of days and there is a new Authoring version. He indicated that the new version fixed this problem. 

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 514

#2
WarrenBelz Profile Picture

WarrenBelz 419 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 295

Last 30 days Overall leaderboard