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 Platform Community / Forums / Power Apps / Combo Box values delay...
Power Apps
Answered

Combo Box values delay on appearing on a form

(0) ShareShare
ReportReport
Posted on by 17

I created an issue tracker application from a SharePoint list. The issue that I’m dealing with is that the there is a substantial amount of delay for the choices in a combo-box to display. The issue seems to occur when opening the application after hours of not using it and I try to create or edit a record on the form. The values will eventually appear if I click on other fields and then click on the Combo Box again. The form default property is:

DefaultMode=If(newMode, FormMode.New, editMode, FormMode.Edit, FormMode.View)

the combo box item property =

Choices([@'MyList'].'Role') 

Is there a better way to fetch these values when the form is in edit or new mode?

IMG_3557.png
IMG_3556.png
Categories:
  • WarrenBelz Profile Picture
    156,528 Most Valuable Professional on at

    Hi @Ady2marie ,

    Is Role a Choice or Lookup field and how many items are in the list displayed ?

  • Ady2marie Profile Picture
    17 on at

    Hi @WarrenBelz,

    I appreciate you taking the time to respond. Roles is a choice column in my Sharepoint List. There are only 4 choices to select from. The list currently has only 9 items but is anticipated to have at least 1,000 records in the future not sure if that impacts the choice. Hope that I’m answering your question correctly. 

  • WarrenBelz Profile Picture
    156,528 Most Valuable Professional on at

    @Ady2marie ,

    OK - I was trying to eliminate one possibility which I know now is not the case. Rather than base your Form Mode on a Variable, why not simply set the Form Mode instead of setting the Variable

    NewForm(FormName)
    
    EditForm(FormName)
    
    ViewForm(FormName)

    It however probably does not explain a time delay on a Combo Box with that small number of items, but is worth a try.

  • Ady2marie Profile Picture
    17 on at

    @WarrenBelz I will keep this option in mind thank you, you’re right it is a worth a try. I tried deleting the field from the form and adding it again first. Your question about what type of field it was reminded me that these columns were initially single text and then I changed them to choices after the app was created. Perhaps changing the column type after it has been created is causing some sort of issue. This is me hoping for a simple solution. So far it has been working but will need to test it more to confirm. 

  • WarrenBelz Profile Picture
    156,528 Most Valuable Professional on at

    Hi @Ady2marie ,

    Have you re-created the data card since you changed the column type ?

  • Ady2marie Profile Picture
    17 on at

    Hi @WarrenBelz ,

    I did immediately after I made the change in column type. So the chance of this resolving my issue is small the only reason I gave it a shot was because the behavior is only occurring on the combo boxes that are tied to those columns. The other combo boxes are working as expected. I was also contemplating having the choices of the combo box in a collection. I was reading on how to do this but I’m still learning PoweraApps. Do you think that’s a possible solution to minimize delays? If so, how should I go about doing this? I’m avoiding changing the form more than necessary since I have other items that are dependent on the forms variable. So I’m exploring my options. 

  • Verified answer
    WarrenBelz Profile Picture
    156,528 Most Valuable Professional on at

     @Ady2marie ,

    I actually do not use SharePoint choice field unless I need the multiple value Table structure. It is easier (and more flexible) to use a Text field in SharePoint and hard-code the choices in the Items of the Combo Box (or get them off a list is that is what you need to do)

    ["Choice1", "Choice2", "Choice3", "Choice4"]

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    MVP (Business Applications)   Visit my blog Practical Power Apps

     

  • Ady2marie Profile Picture
    17 on at

    @WarrenBelz thanks for the suggestion. I created a Formula with these choices and then referenced them in the Combo Box. I still don’t have an explanation as to why I was experiencing a delay  but all that matters is that is working and the delay is gone. Thank you for your help! 

  • WarrenBelz Profile Picture
    156,528 Most Valuable Professional on at

    @Ady2marie ,

    This method is "local" and makes no reference to the data source, so it will be a bit quicker, but not to the extent you were experiencing.

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 395 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 260 Most Valuable Professional

Last 30 days Overall leaderboard