Cascade Dropdown PowerApps Input Controls using SharePoint List Data

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024

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

  • @FactsSlayer
    @FactsSlayer 2 года назад +1

    Very clearly explained and demonstrated. Thank you. Also please make a video on different power app UI controls and how to use them on respective occasions.

  • @josepablodecastroful
    @josepablodecastroful 2 года назад +2

    Great but, after that, how do you submit the result to another sharepoint list (mapping to the correct columns on the new list).
    To give context, I have a survey, I'm pulling up the cascading data from one list but want the responses to go to another list. Thank you in advance for all your help!

    • @KeaPointTechTips
      @KeaPointTechTips  2 года назад +1

      Possible, you can make connections to multiple lists in powerapps.

    • @josepablodecastroful
      @josepablodecastroful 2 года назад

      @@KeaPointTechTips hi, thanks for replying back. Yes, I managed to create the connections, however, when I do the submit it does not copy the data from the cascading drop-down to the specified survey list.

  • @prokshitangadi
    @prokshitangadi 3 года назад +1

    Amazing information and video! Please keep it coming. Thank you!

  • @revivehappiness4072
    @revivehappiness4072 3 года назад +2

    Great videos! Quick and to the point. How do you create a form on power app where a set of fields are displayed based on an option button value?

    • @KeaPointTechTips
      @KeaPointTechTips  3 года назад +1

      You can use the field visible properties to hide/show fields.

  • @albertogarcia8084
    @albertogarcia8084 3 месяца назад +1

    @KeaPointTechTips how I can connect these cascade dropdown fields to enter data into a SharePoint List?

    • @KeaPointTechTips
      @KeaPointTechTips  3 месяца назад

      You need to use patch function to save this data to SP list

    • @Layton_2010
      @Layton_2010 2 месяца назад

      @@KeaPointTechTipscan you make a video of how to connect this to a SharePoint site so users can utilize it?

    • @RyanKuy-t4c
      @RyanKuy-t4c 2 месяца назад

      @@KeaPointTechTips Can you show us how to do that please I badly need learn it thanks in advance!

  • @alcopopgaming7601
    @alcopopgaming7601 6 месяцев назад +1

    Can we do cascading with choice columns?
    If yes, please tell me how to do it.

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

      Yes you can,. I will add this topic in my to do videos list.

  • @danielferrari5764
    @danielferrari5764 Месяц назад +1

    Thanks, helped a lot

  • @kasungayathra7209
    @kasungayathra7209 2 года назад +1

    Hi. Need to connect office 365 user list and updated the seleted data in MS list. Do you have any idea regarding that?

    • @KeaPointTechTips
      @KeaPointTechTips  2 года назад

      You can use PowerShell to export office 365 users data and then upload it to a SharePoint List.

  • @aashritsrhymeandactivities4911
    @aashritsrhymeandactivities4911 3 года назад +1

    Really nice and useful👌👌

  • @ozerius76
    @ozerius76 Год назад

    simple and usefull......

  • @ozerius76
    @ozerius76 Год назад

    great work.

  • @davidwebster2616
    @davidwebster2616 2 месяца назад +1

    6:22 - I just mimic' d this and "Result" is not recognized. I must be missing something. Update: I guess "result" is now "value" in PowerApps current version (?)

    • @KeaPointTechTips
      @KeaPointTechTips  2 месяца назад +1

      That is correct, someone else also said the same thing

  • @dive3754
    @dive3754 3 года назад +1

    How do I do if I want that the data that I select in a dropdown that came from another sharepoint list, that I want it enter the value selected in a label or text field to be able to save this value in another sharepoint list ?

    • @KeaPointTechTips
      @KeaPointTechTips  3 года назад +1

      Hi, This is possible but will need to practically implement it. I have no video which covers this scenario.

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

    Can you please create similar video for cascading dropdown using modern controls?

  • @basictalent1
    @basictalent1 2 года назад +1

    How to cascade with Choices columns? and using Combox not Dropdown

    • @KeaPointTechTips
      @KeaPointTechTips  2 года назад

      I need to make another video on this. I will add it in my to do list.

  • @mmendezvq35
    @mmendezvq35 3 года назад

    How do you patch the selected item to a sharepoint list?
    thanks!

    • @KeaPointTechTips
      @KeaPointTechTips  3 года назад +1

      This article will help you sharepains.com/2021/01/13/patch-field-type-sharepoint-power-apps/

  • @jainugeorge9258
    @jainugeorge9258 3 года назад

    Hi there, I made a cascading dropdown in power app using share point list and it is working fine. But I need to implement a search property also in cascading dropdown. Would you please help me

    • @KeaPointTechTips
      @KeaPointTechTips  3 года назад

      Check the answer to your question on this thread
      powerusers.microsoft.com/t5/Power-Apps-Ideas/Searchable-Drop-Down-control/idi-p/45475

    • @jainugeorge9258
      @jainugeorge9258 3 года назад

      @@KeaPointTechTips I used 'Allowed values' as control type. still there is no option for searching

    • @filipmilosevic7518
      @filipmilosevic7518 2 года назад

      Hi, just use ComboBox control instead of drop down and apply the same configuration.

  • @jainugeorge9258
    @jainugeorge9258 3 года назад

    Is there any way to pick up recent 2000 items from SharePoint to power app gallery. Because now it is taking 2000 items from begining

    • @KeaPointTechTips
      @KeaPointTechTips  3 года назад +1

      You can use a query something like this
      Lookup(
      YourListName,
      First(
      Sort(
      YourListName,
      ID,
      Descending
      )
      )
      )

    • @jainugeorge9258
      @jainugeorge9258 3 года назад

      Here I am using 'add columns ' property.(crewmembers is choice column)Because of delegation, search property is working only in first 2000 items. But I want the recent items.

  • @keyblade5916
    @keyblade5916 Год назад

    Can I do this in SharePoint too? Thanks

  • @mclark23
    @mclark23 3 года назад

    How do I find somethin *like. So find all the countries that are like U, which would give United States, UK, Uganda then I can select the country I want

    • @KeaPointTechTips
      @KeaPointTechTips  3 года назад

      You can add search capability to the dropdown choice column in PowerApps. I will try and make a video this week.