Skip to main content

Notifications

Community site session details

Community site session details

Session Id : Fzf3iZKcb/cTG/uWwHzp8w
Power Apps - Building Power Apps
Suggested answer

Updated Choice value not showing on PowerApps

Like (1) ShareShare
ReportReport
Posted on 23 Apr 2025 18:35:23 by 34
Hi,
 
I recently had to add a new value on a choice field on a Dataverse table. Now the field on my PowerApp will not populate. I have refreshed the data, removed and added back the field and also published the table. Is there something that i'm missing?
 
 
  • Suggested answer
    MS.Ragavendar Profile Picture
    1,597 on 24 Apr 2025 at 02:59:26
    Updated Choice value not showing on PowerApps
     
    Step What to check / do Why it matters
    1. Make sure the Choices record exists everywhere In the maker portal, open Tables → <Your Table> → Columns → <Choice column> → Edit Choice. Confirm the new item is there and that the choice set is Global (not a local copy). If you edited a local choice (scoped to one table) but the app is bound to a global choice with the same name, the app never sees the new value.
    2. Publish all customizations In the Dataverse environment: Settings → Solutions → Publish all customizations. Even though you published the table, other cached entities (the solution layer, the global choice set) may still be unpublished.
    3. Clear the Canvas‑app metadata cache In Studio: File → App settings → Upcoming Features → Use non‑blocking loaded metadata → turn Off, save, then turn On again.
    OR add a temporary blank screen, then File → Save.
    Saving forces a metadata refresh more aggressively than “Refresh” on the data source alone.
    4. Remove the data source AND the control, then re‑add Delete the data card or dropdown bound to the choice → remove the Dataverse connection → Save → close Studio → reopen → add the connection back → insert a new dropdown and set its Items to the choice column again. Controls hold a copy of the choice table inside their schema. A simple refresh often doesn’t rewrite that schema.
    5. Make sure you aren’t using a hard‑coded Items formula Check the dropdown / combo box Items property. If you see something like ["Option A","Option B"], replace it with Choices([@YourTable].YourChoiceColumn). Hard‑coded arrays don’t auto‑update when the choice set changes.
    6. Confirm the app’s Preview is on the same environment In the editor → top right, verify the Environment switcher.
    If you’re editing in, say, a Dev environment but testing in Test, you may have added the choice to Dev only.
     
    These are the common troubleshooting options which i know so far.
     
    🏷️ Please tag me @MS.Ragavendar if you still have any queries related to the solution or issue persists.
    âś… Please click Accept as solution if my post helped you solve your issue and help others who will face the similar issue in future.
    ❤️ Please consider giving it a Like, If the approach was useful in other ways.
  • Suggested answer
    Michael E. Gernaey Profile Picture
    41,072 Super User 2025 Season 1 on 23 Apr 2025 at 18:59:32
    Updated Choice value not showing on PowerApps
     
    Did you remember to Publish all Customizations?
     
    Was this linked to a specific Table? did you make sure to save that table as well, as well as publish all customizations (at the Solution(s)) level, NOT at the specific solution.

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,660 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,999 Most Valuable Professional

Leaderboard
Loading started
Loading complete