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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Ability- to add New En...
Power Apps
Suggested Answer

Ability- to add New Entry in the Drop Down field

(0) ShareShare
ReportReport
Posted on by 652
Hi,
 
I've a drop down field, were I added below code to Items property. This is connected to SharePoint List
Sort( Distinct(SharePointListName,Title),Value)
Whenever I have a new name to add, I would prefer to add this from the PowerApps form and not to the SharePoint List.
 
Any new names added through the PowerApps form should also get update to my SharePoint List.
 
Can someone please advise. Thanks!
Categories:
I have the same question (0)
  • Suggested answer
    mmbr1606 Profile Picture
    14,605 Super User 2025 Season 2 on at
    hey
     
    you can try this in a onselect of a button for example:
    If(
        Not IsBlank(TextInputControl.Text) && IsEmpty(Filter(SharePointListName, Title = TextInputControl.Text)),
        Patch(
            SharePointListName,
            Defaults(SharePointListName),
            {Title: TextInputControl.Text}
        );
        Refresh(SharePointListName);
    )
    
    if my answer helped please mark as verified answer,
     
     
    cheers
  • Prem4253 Profile Picture
    652 on at
    I already have a Submit button which says:
    SubmitForm(FormInspection)
    I need to add a + sign in the form, which will add a new item into the Combo box within the form itself. I do not want users to add new record into SharePoint List, which will than automatically reflect in the form.
     
    I need this feature from the form.
     
    My Combo Box is named cbCustomerName
     

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
Kalathiya Profile Picture

Kalathiya 393

#2
WarrenBelz Profile Picture

WarrenBelz 345 Most Valuable Professional

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 271 Super User 2025 Season 2

Last 30 days Overall leaderboard