Power Apps Drop Down List Control

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

КОМЕНТАРІ • 33

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

    🍬 Get my free video course, access to my free community, and, if you would like, you can book a call with me here: go.superpowerlabs.co/opt-in-page-page ⬅

    • @newspapergames140
      @newspapergames140 11 місяців тому

      Hello @PowerAppsTutorial
      I hope you're doing well.
      I've been trying to utilize the functions MicrosoftTeams.GetAllTeams() and MicrosoftTeams.GetChannelsForGroup().value (please correct me if these aren't functions) along with two dropdowns to display the teams and channels to which the user is subscribed. My goal is to make this dynamic so that I can send a file to any team/channel I select. However, for now, I can only send it to a single channel and team, even though all the ones I'm subscribed to are appearing.
      To initially address this, I wrote the following in the first dropdown: Index(MicrosoftTeams.GetAllTeams().value;4). This displays only the team I want, but even after selecting index 4, the dropdown remains blank, resulting in the following error: microsoftteams.getchannelsforgroup failed: The "getchannelsforgroup" function has an invalid value for the "groupId" parameter - a blank value was passed where it wasn't expected. Please check if a valid argument was passed to the function.
      Could you help me with this issue? I've set up the flow in Power Automate using PowerApps v2. If you know how to make it dynamic, I'd be even more grateful.

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

    Thank you for the super clear explanation. I have been trying to figure out how to get another column into the text label for DAYS!

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

      You're welcome! Join our free community so you don't get stuck like that for long. 😋👍
      www.skool.com/power-apps-community

  • @jordanlyman4906
    @jordanlyman4906 7 місяців тому

    Great video! How did you setup the example outlook data for this tutorial?

    • @PowerAppsTutorial
      @PowerAppsTutorial  7 місяців тому

      Oh that easy, you can create a sharepoint list with the required columns, update the data as needed then connect it to your application😊

  • @tech4now_
    @tech4now_ 10 місяців тому +1

    Awesome video

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

    Great tutorial. Is there a video showing how you put that Window with Full Names, Email, Business Phone, etc. on the screen?

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

      🍬 Get my free video course, access to my free community
      www.skool.com/power-apps-community ⬅

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

      Thanks!@@PowerAppsTutorial

  • @sdubbya1
    @sdubbya1 6 місяців тому

    Hey Darren, awesome series of videos ...newly subscribed. I am using a choice box to auto fill in a form. The text inputs work fine my issue is the dropdowns wont come in with the .selected based off the combo box etc... how should I go about formatting the dropdowns to pull the selected dropdown from the combobox...btw I am using Dataverse tables and canvas app

    • @PowerAppsTutorial
      @PowerAppsTutorial  6 місяців тому

      Can you post your question on my FREE community for quick help, attach screenshots as well when you post🙂: www.skool.com/power-apps-community

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

    Many thanks!

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

    thank u man u saved me

  • @imannsv114
    @imannsv114 5 місяців тому

    Do you have the link to the Combobox Vid? Cant find it on your channel

    • @PowerAppsTutorial
      @PowerAppsTutorial  4 місяці тому

      Are you having a challenge with combobox, post your question to my FREE community for quick help: www.skool.com/power-apps-community

  • @victore.torresmorales4836
    @victore.torresmorales4836 3 місяці тому

    My dropdown list a table, how do I save the option selected in the SP list? Thanks

    • @PowerAppsTutorial
      @PowerAppsTutorial  3 місяці тому

      You can do this with a patch function.
      Are you trying to patch back the same table of the dropdown list?

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

    Thank you!

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

      Be sure to join our free community here for more tip & tricks: www.skool.com/power-apps-community

  • @joboriahmed
    @joboriahmed 7 місяців тому

    Hello, may I ask if you explain how to make drop down required? I tried to put the following formula but I got error . If(Reason.SelectedText.Value) = true. Can you help please?

    • @PowerAppsTutorial
      @PowerAppsTutorial  7 місяців тому +1

      Use the IsBlank function. e.g. If(IsBlank(Dropdown1.Selected.Value), true, false)

  • @paragkeshardas8139
    @paragkeshardas8139 5 місяців тому

    Hi actually I was using a List in Share point . In That List there is column where we can search and select employee id(People type) . When I am conneting that with EDit Form I am getting a drop down list where if i search and click user id and save it will save in that list But When I am Trying select Default Selected Item as Office365 user Id it will select but after saving the form it will not send that data to list as There was no click operation from suggestion box. If you have any idea Please share ?!

    • @PowerAppsTutorial
      @PowerAppsTutorial  5 місяців тому

      Could you join and paste your question on my FREEcommunity: www.skool.com/power-apps-community/.
      Right there, you can also paste screenshots of your challenge😃

    • @PowerAppsTutorial
      @PowerAppsTutorial  5 місяців тому

      Post your question to my FREE community for quick help:
      www.skool.com/power-apps-community ⬅

    • @paragkeshardas8139
      @paragkeshardas8139 5 місяців тому

      @@PowerAppsTutorial Thank You

  • @andredoestech
    @andredoestech 5 місяців тому

    ok but how do I add an "ALL" selection to the dropdown list???

    • @PowerAppsTutorial
      @PowerAppsTutorial  5 місяців тому

      There are two ways to this,
      Include 'ALL' to the datasource
      or
      You can allow for Empty Selection on the dropdown property.

  • @EzequielAcevedo-v2w
    @EzequielAcevedo-v2w 10 місяців тому

    SelectedText not work, someone can fix that?