Boost your Power Apps Performance with Named Formulas

Поділитися
Вставка
  • Опубліковано 5 жов 2024

КОМЕНТАРІ • 27

  • @RudeyCapone
    @RudeyCapone Рік тому +1

    Finally we get a higher level of abstraction in Power Apps. Thanks for the video!

    • @AprilDunnam
      @AprilDunnam  Рік тому +1

      Yes! I've been waiting for this for awhile now 😍

  • @dougydoe
    @dougydoe Рік тому +1

    This is another useful addition to Power Fx which will make our lives a little bit easier. Looking forward to using it soon. Thanks for sharing as always

    • @AprilDunnam
      @AprilDunnam  Рік тому

      It's such a useful addition - you're welcome as always :)

  • @wjameswilliams
    @wjameswilliams Рік тому

    Love this feature! I recall in a September 2022 post on the Power Apps blog entitled "Power Fx: Introducing Named Formulas", that there was talk of "named formulas with parameters" akin to Excel's LAMBDA function. I'd be grateful for any updates on that feature you may have!

  • @emmanuelmaceda2475
    @emmanuelmaceda2475 Рік тому

    Love this upcoming feature! Thanks for sharing April, excellent vid!

  • @mdhidayat5706
    @mdhidayat5706 Рік тому

    Thank you for sharing!
    Am definitely going to use this feature in my apps. 👍🏻

    • @AprilDunnam
      @AprilDunnam  Рік тому

      Awesome! Hope it makes your apps a little more performant!

  • @pasfoundation4927
    @pasfoundation4927 Рік тому +1

    Excellent. Thank you. By the way, this "(" is a parenthesis NOT a "parenthesi". A small thing perhaps, but makes you sound better. As usual, a very informative and useful video.

    • @Eb_Games
      @Eb_Games Рік тому +3

      Dude no one cares

    • @AprilDunnam
      @AprilDunnam  Рік тому +2

      Thanks for the grammar tip 👮

  • @michaelmccullough6263
    @michaelmccullough6263 Рік тому +1

    Super Awesome! Thanks April!

  • @hudsonquay
    @hudsonquay Рік тому

    Would be great if we could pass a variable into these formulas. Like a proper function with parameters.

  • @juliava6227
    @juliava6227 Рік тому

    hi April, thank you for sharing. Will it work as well for a large data ( 10 000 items)? will it solve delegation issue as well?

  • @jeremyrangel8138
    @jeremyrangel8138 Рік тому

    Does this only have a beneficial effect for forumulas loaded OnStart? Will it improve performance of responsive Canvas apps that have to change the width/layout of elements based on App.Width?

  • @laikahmed7120
    @laikahmed7120 Рік тому

    That's awesome! Can I use Named Formulas 'On Start' for a collection holding more than 3k static records, if yes, how can we do that? Thanx 😊

  • @bigpix2000
    @bigpix2000 Рік тому

    seems like the next level would be to have named formulas in components .. bring in component x, get a named formula with it (imagine setting a value inside the component from a named formula without creating the separate variable "glue" ... just thinking out semi loudly ;-))

  • @paolovr1970
    @paolovr1970 Рік тому

    Thanks April 🙏🙏🙏

  • @DataisKing
    @DataisKing Рік тому

    Great Info April

  • @beccad3296
    @beccad3296 Рік тому

    With named formulas like this. When are they ready for use? For example, if you wanted to reference a named formula value in the App.OnStart, would it be available in time? Or is it only for anything beyond that? Same question applies for the initial screen OnVisible code

    • @ShuskiCross
      @ShuskiCross Рік тому +1

      As far as I'm aware, named formulas are updated anytime they are referenced, anywhere.
      Another issue I see with it is although it says App.OnStart is done before setting up named formulas, I found it to work the opposite sometimes, often making the whole app unusable until refresh because it hasn't loaded the current logged in user's office 365 profile yet...

  • @johnfromireland7551
    @johnfromireland7551 Рік тому

    Wow - confusing naming. For example Volume = 5 is not a formula. It looks like setting a "Named property". 😢