How to Create a Drop Down Menu in Power Apps | 2023 Tutorial

Поделиться
HTML-код
  • Опубликовано: 14 окт 2024
  • Hi Everyone,
    Learn how to create a dynamic drop-down menu in PowerApps with this step-by-step tutorial. Discover how to set up data sources, configure controls, use formulas, and handle user selections to build an interactive menu that adapts to user interactions. Enhance your PowerApps applications with an intuitive and functional drop-down menu. Watch now and master the art of dynamic menus in PowerApps!
    ✨Support My Channel✨
    If you enjoy my content and would like to support my work, consider buying me a coffee! Your support helps me create more videos and keep the channel going. ☕💖
    buymeacoffee.c...
    🪙BTC🪙: 3LpmcBaJB537RweJu2tRjSqT6NhnQDDBWy
    ⛓️ETH⛓️: 0xbAEb6d6Df7CE5cfC55797B3133342e165B78A444
    🐕DOGE🐕: DNKNUduorzBWMJ4XTSRqUSsUKk3ZiehHin
    #powerapps #sharepoint #microsoft
  • ХоббиХобби

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

  • @xPaRaPhOiAx
    @xPaRaPhOiAx Год назад +2

    This is a fantastic solution. I wish you would have included a bit more information such as if we needed multiple categories to drop down in a vertical list, that would dynamically resize/move based on the sub links. For example, if you had "Vehicles", and "Boats", "Trailers", and depending on which header was selected, the gallery would dynamically resize to accommodate the links that appeared beneath that specific header. This would create a true "drop down" nav menu.

  • @mikepowers4767
    @mikepowers4767 Месяц назад

    Excellent tutorial. Thank you... I made my switch statement as follows for a simple navigate to 4 different screens.
    Switch(
    ThisItem.Value,
    "Screen 1", Navigate(scr_Screen1),
    "Screen 2", Navigate(scr_Screen2),
    "Screen 3", Navigate(scr_Screen3),
    "Screen 4", Navigate(scr_Screen4)
    )

  • @dnasol5370
    @dnasol5370 8 месяцев назад +2

    Anyone can help on how to create switch statement? I cant figure out on how it will be stated so I can navigate to other screen

  • @skarnexonline4446
    @skarnexonline4446 4 месяца назад

    At 5.30 you are changing some sort of alignment or position of your title text, however, your camera is in front of it, what do you do there?

  • @benjaminhewitt5084
    @benjaminhewitt5084 6 месяцев назад

    How do I make multiple drop downs? I thought it would be as simple as changing additions galleries to varDropDown2 etc

  • @teixeira.antonio
    @teixeira.antonio 6 месяцев назад

    Too fast for a beginner