web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Apps
Answered

Delegation warning

(0) ShareShare
ReportReport
Posted on by 211

Hi all,

I have a problem with delegation.

I have a table in SharePoint with 3 columns and 3000 rows. I would like to create a comboBox and two textImput, so when I select a value in the comboBox i want to autofill in the other two textInput. I have unique value in the textInput when I select a value in a comboBox.

My problem is about 3000 rows and delegation in the comboBox.

Is there a workaround?

 

Thanks all

Categories:
I have the same question (0)
  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @common_user 

    Will your list ever exceed 4k?

    If not, (from @WarrenBelz 's blog Practical PowerApps:

    With( { wAsc, Sort( MyList, ID ), wDesc, Sort( MyList, ID, Descending ) }, ClearCollect( colMyCollection, wAsc, Filter( wDesc, !(ID in wAsc.ID) ) ) )

  • BCLS776 Profile Picture
    8,994 Moderator on at

    One key way to work with delegation is to carefully pre-filter the Items property of your combobox so that it never has to sort through as many as 2000 records. I don't know much about your app, so I'll give an example:

     

    Let's say I have a list of 3000 records, and those records contain a text field called "Location". If my combobox only needs to contain records from a particular location, I can use a Filter() to reduce the row count in the Items property to get below 2000. E.g. Filter(myList, Location = "Paris")

     

    Would something like that work in your situation?

  • common_user Profile Picture
    211 on at

    Hi @Drrickryp,

    where can I find the post of @WarrenBelz ? I'm trying to use this formula.

    @BCLS776 thank you, I try to change my DB but in my question I can't use your suggest because I have 3K unique value to use in comboBox

  • common_user Profile Picture
    211 on at
  • common_user Profile Picture
    211 on at

    @BCLS776 @Drrickryp , just a question, do you know if is it possible to create a comboBox that contain all value from two different list in sharepoint?

    For example, I have:

    List1:

    -A

    -B

    -C

     

    List2:

    -D

    -E

    -F

     

    Is it possible create a combobox with all value? (A,B,C,D,E,F)

     

    Thank you

  • Verified answer
    Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @common_user 

    https://www.practicalpowerapps.com/delegation/with-statement-managing-delegation/ 

    Collect(cList1,List1); Collect(cList2,List2); Collectl(cList3,cList1,cList2)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 536

#2
WarrenBelz Profile Picture

WarrenBelz 426 Most Valuable Professional

#3
Haque Profile Picture

Haque 305

Last 30 days Overall leaderboard