Power Apps: Show Hide Fields in Forms and Disable Buttons [Power Platform Series - Ep. 17]

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • In the 17th episode of Matt’s Power Platform series, he takes a look at a common request he receives during hackathons and virtual mentoring here at Pragmatic Works. Often, app developers want to show or hide certain fields in a form based on the data users input in the form. By using some conditional logic and accessing specific properties of controls within the app this can be easily accomplished.
    Matt also showcases how to not let a user click the Save button to create a record until certain fields in the form have been filled out. This idea can be applied to required fields within your data source as well as fields that are not required.
    If you would like to see the past videos of Matt’s RUclips series you can access them here tinyurl.com/yu...
    👍 If you enjoy this video and are interested in formal training on Power BI, Power Apps, Azure, or other Microsoft products you can use my code "Matt30" at check out when purchasing our On-Demand Learning classes to get an extra 30% off - pragmaticworks...
    -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- - - - - - - - - - - - - - - - - - - - - - - -
    Next step on your journey:
    👉 On-Demand Learning - Start With The FREE Community Plan: tinyurl.com/2u...
    🔗Pragmatic Works On-Demand Learning Packages: pragmaticworks...
    🔗Pragmatic Works Boot Camps: pragmaticworks...
    🔗Pragmatic Works Hackathons: pragmaticworks...
    🔗Pragmatic Works Virtual Mentoring: pragmaticworks...
    🔗Pragmatic Works Enterprise Private Training: pragmaticworks...
    🔗Pragmatic Works Blog: blog.pragmaticw...
    Let's connect:
    ✔️Twitter: / pragmaticworks
    ✔️Facebook: / pragmaticworks
    ✔️Instagram: / pragmatic.works
    ✔️LinkedIn: / pragmaticworks
    ✔️RUclips: / pragmaticworks
    Pragmatic Works
    7175 Hwy 17, Suite 2 Fleming Island, FL 32003
    Phone: (904) 638-5743
    Email: training@pragmaticworks.com
    #PragmaticWorks #MattPeterson
    ~-~~-~~~-~~-~
    Please watch: "(275) Free Pragmatic Works Power Apps Component Library "
    • Free Power Apps Compon...
    ~-~~-~~~-~~-~

Комментарии • 6

  •  Год назад +1

    Any formula that will return a boolean type should also do the trick, no need to call an If function to say if true then true, if false then false. dvcExhausted.Value > 3 will return true or false. So visible or not visible. Thanks for posting Matt.

  • @gladshoppygamer
    @gladshoppygamer Год назад +1

    Very informative video Thank you.

  • @melfleming6675
    @melfleming6675 7 месяцев назад

    Thank you

  • @RajeevKumar-hp7cv
    @RajeevKumar-hp7cv Год назад +1

    Thanks. how to disable the button for choice Value.

  • @mardithpascua8112
    @mardithpascua8112 9 месяцев назад

    do you have a tutorial where it should hide a ribbon button if a filter to another table where email is equal to current user. returns 0 recorfs