Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Microsoft Dataverse
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?

Categories:
  • Antti99 Profile Picture
    4 on at
    Re: Unexpected error-- isFeatureEnabled: Method not implemented

    Agreed. This is fixed now.

  • Devikumari Krishna Profile Picture
    988 Super User 2024 Season 1 on at
    Re: Unexpected error-- isFeatureEnabled: Method not implemented

    Hi @JenniferK ,

     

    You are right App.OnStart() is now deprecated for Navigation.

    The link shared by @dpoggemann  has detailed information. 

     

    Regards

    Devi

     

    Regards

    Devi

      

     

  • RTB_10 Profile Picture
    89 on at
    Re: Unexpected error-- isFeatureEnabled: Method not implemented

    Thank you @Spamrancher for posting this update. I am no longer seeing this error message either.

  • Verified answer
    Spamrancher Profile Picture
    345 on at
    Re: Unexpected error-- isFeatureEnabled: Method not implemented

    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. 

  • FLOWPA Profile Picture
    85 on at
    Unexpected error-- isFeatureEnabled: Method not implemented

    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

     

  • RTB_10 Profile Picture
    89 on at
    Re: Unexpected error-- isFeatureEnabled: Method not implemented

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

  • Spamrancher Profile Picture
    345 on at
    Re: Unexpected error-- isFeatureEnabled: Method not implemented

    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?

  • westerdaled Profile Picture
    616 on at
    Re: Unexpected error-- isFeatureEnabled: Method not implemented

    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 .   

  • Antti99 Profile Picture
    4 on at
    Re: Unexpected error-- isFeatureEnabled: Method not implemented

    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. 

  • AR_LT Profile Picture
    5 on at
    Re: Unexpected error-- isFeatureEnabled: Method not implemented

    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. 

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

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 > Power Apps - Microsoft Dataverse

#1
stampcoin Profile Picture

stampcoin 17

#2
mmbr1606 Profile Picture

mmbr1606 15 Super User 2025 Season 1

#3
ankit_singhal Profile Picture

ankit_singhal 11 Super User 2025 Season 1

Overall leaderboard

Featured topics