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 / SharePoint PowerApps A...
Power Apps
Answered

SharePoint PowerApps Allow Fill in Choices issue

(0) ShareShare
ReportReport
Posted on by 219

Hi,

I am using a SharePoint modern list with a Allow Fill In choice values option selected so that users can enter manual entries. I am using PowerApps connected to this list.

Problem is that, I don't want these manual entries to be shown as a choice values while filling the Form. I see these manual entries are getting stored somewhere and these manually entered choice values are showing up along with the actual choice values given to SP list choice column. My requirement is to show only the actual choice values not the manual entered ones. (Infact I have started working on App that someother team member who has built and rolled off from our company. I found this bug)

 

I am using following formula's

On Update Property of DataCard: 

If( IsBlank(DataCardValue5_1.SearchText), DataCardValue5_1.Selected, If(DataCardValue5_1.SearchText in Choices('Employee Recognition Form'.Category).Value, DataCardValue5_1.Selected, {Value: DataCardValue5_1.SearchText}))

 

OnSelect Property of DataCardValue:

If( IsBlank(DataCardValue5_1.SearchText), DataCardValue5_1.Selected, If(DataCardValue5_1.SearchText in Choices('Employee Recognition Form'.Category).Value, DataCardValue5_1.Selected, {Value: DataCardValue5_1.SearchText}))

@mdevaney  @WarrenBelz @eka24 @KrishnaV 

Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    154,797 Most Valuable Professional on at

    @SumanthDundi7 ,

    The problem I suspect is the Items of the drop-down, which are probably a Distinct filter of the list column, meaning that the "added" entries will of course be included. There are a number of solutions, including hard-coding the choices, but one you might consider fo ease of management is a "shadow" Choice field in your list with the values you want.

    Your Items would then be

    Choices([@ListName].ShadowFieldName)

     

    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.

  • WarrenBelz Profile Picture
    154,797 Most Valuable Professional on at

    Hi @SumanthDundi7 ,

    Just checking if you got the result you were looking for on this thread. Happy to help further if not.

    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.

  • SumanthDundi7 Profile Picture
    219 on at

    Hi @WarrenBelz ,

     

    Thank you for the idea. It worked and more importantly there is an option "Allow Searching" which needs to be enabled in Power Apps to allow manual entries which I learnt. 

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 505

#2
WarrenBelz Profile Picture

WarrenBelz 502 Most Valuable Professional

#3
Haque Profile Picture

Haque 324

Last 30 days Overall leaderboard