Let's talk about the Combobox Again with Power Apps (and Modern!)

Поділитися
Вставка
  • Опубліковано 22 січ 2025

КОМЕНТАРІ • 45

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

    Drop a question if you got, I have some ideas for my next videos! And of course we got to keep creating that Project Management App in Dataverse for Teams!

    • @rorsara3940
      @rorsara3940 4 місяці тому +1

      Is there a solution to the delegation problem with the modern combobox for a lookup field (Entra ID for example)? it won't search records past 500

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

      @@rorsara3940 I think this is a limitation to modern combo boxes right now as they are more preview and not fully released. I have seen this exact problem though. I'll keep researching this one.

  • @mdhabeeb4696
    @mdhabeeb4696 Місяць тому +1

    Saved me I was searching from hours, Thank you

  • @davemanamtam
    @davemanamtam 11 місяців тому +1

    This is awesome! Thank you so much Andrew! I was able to figureout what's wrong with my modern combobox.

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

      Woot woot!! Nice Dave, glad it helped!

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

    Hi Andrew, I am having issues with the Modern combo box, not initializing, go back and forth and it then generates the list etc. Is there a fix. Thank You

  • @ShiftKoncepts
    @ShiftKoncepts 25 днів тому +1

    Hi what would you do if you wanted to have combobox with Titles as select but want to add a text label to add the calories from what was selected?

    • @andrewhess123
      @andrewhess123  25 днів тому

      You would need another table of the combo box selections with the calories associated. Then you would sum those selections. I might prefer to do this with Power BI instead also, it kind of depends. PowerBI is way faster with math and large complex data solutions. You could even integrate Power Apps and Power BI together. I'm not sure which approach I would take exactly, depending on the requirements from the user. But you need an associated table with the items and the calories.

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

    Thank you Andrew, Your video is helpful as usual!

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

    @andrewhess how can we patch empty value in combobox and patch that to the optionset in dataverse or sharepoint please ?

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

    What about connecting the modern drop down to a Sharepoint list instead. And then save the drop down value to a single line of text field in SP. I find that the drop down won’t display the value from the single line of text field when editing.
    Great video! Thank you

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

      I'm all open for other ideas, there are a few ways to do these combo boxes. Hope this video helped spark a few better ideas than I can come up with 😀Thanks for watching Thien!

  • @minaturecookbook3342
    @minaturecookbook3342 5 місяців тому +1

    Thank you for your clear explanation. Now my issue is resolved and i got what exactly want

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

      Nice! That's always great! Thanks for watching

  • @gaborpataki87
    @gaborpataki87 9 місяців тому +1

    I've tried it all, but I have a combo box which has a data source of a SharePoint list and it doesn't work.
    I can patch data from the combo box to the SharePoint list, but once I wish to retrieve the data and allow the user to edit items it does fail.
    Within my app I do not use forms, only galleries and the patch function and it is not an option to rebuild it from scratch... any ideas to solve it?

    • @andrewhess123
      @andrewhess123  9 місяців тому

      What type of field is in SharePoint? Is it a multi-select choice or a single-line text?... or LookUp?

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

    How about a combo box for Office 365 users? I tried it several times, but it only displayed a few items on the list.

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

    Thanks for the tip about dragging the Edit form on to figure out the Choices column name. Took a while of googling to figure this out :(

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

    Is there any possible way to make 4 comboboxes that filter each other, but doesn't have a specific order of selection? i've been struggling with this one for quite some time now and can't figure it out how to make it work.

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

      Hi Caroline, so you click on one and then the next combo box is filtered out depending on what you select? I guess the issue is clicking in different order?

  • @Thaeoonge-kiwi
    @Thaeoonge-kiwi Рік тому +1

    Thank you for your clear explanation.

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

    How can you create a PowerApp within your environment for a customer so they can use it in their environment? How do you package it and send it to them and help them to get it to run in their environment?

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

      Hi, you can import and export as a package. It's even easier if it's dataverse, with other backends it's a little more difficult.

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

      learn.microsoft.com/en-us/power-apps/maker/canvas-apps/export-import-app

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

    How do you just display a name instead of an ID for a Lookup Column? I have looked everywhere for info on what should be world's easiest task, but I cannot find this information anywhere.
    I have to do a lookup by ID.
    I have to show the name in the combobox and NOT the ID.
    These are immutable requirements. No other implementation is acceptable; I've asked.
    Is this really not a feature? ComboBoxes have always had the ability to separate what you bind values to and what you display to the user in every library I've ever used. Is that somehow not in Power Apps? Sorry if this a noob question: I am new to Power Apps.
    I'm a C# developer primarily.

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

      Also sorry to ask this on YT. I've been posting on forums everywhere with no traction or just people telling me to do something like show the name in another control on the screen. The requirements are the requirements--no other requirements will do.
      You know you're grasping at straws when you start to think that a YT comment section might be more helpful than the Microsoft forums.

    • @andrewhess123
      @andrewhess123  10 місяців тому

      @@scrublord09No problem thanks for asking here, it's easier for me to respond here! So in the "modern" combobox you can actually remove all the other fields, click on the combobox (modern) and then click on the blue text edit fields, delete everything but "Name". Then you can go back from there and add what you want

    • @andrewhess123
      @andrewhess123  10 місяців тому

      @@scrublord09Let me know if this works for you, it is harder to explain in just text! 😀

    • @andrewhess123
      @andrewhess123  10 місяців тому

      You should also be able to change the order, if you need ID. In a classic combo box there is a way to do it too, it's just a little different. I may be able to make a video about this also.

    • @andrewhess123
      @andrewhess123  10 місяців тому

      Here on this video doing it in classic, lets see if I can find another in modern: ua-cam.com/video/CGN04bLdyRI/v-deo.htmlsi=L-j3atv3lpHkCFb6&t=843

  • @CedarRidgeRoughnecks
    @CedarRidgeRoughnecks 6 місяців тому +1

    Thank you so much!

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

    Good stuff!