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 / Patch Help - SearchText
Power Apps
Answered

Patch Help - SearchText

(2) ShareShare
ReportReport
Posted on by 143

Hi there,

 

Im having issues with the patch command and was hoping somebody could help.

I have two sharepoint lists, a SPList of Citys in a column and a SPList called Onboarding type text.

 

When I attempt to patch the selected city or typed city they do not patch into the SPList onboarding

Essentially if they have typed a city rather than selected one I want the typed entry to patch.

 

Patch(Onboarding,
 Defaults(Onboarding),
 {City:If(IsBlank(Text (CityComboBox.Selected.City))), {CityComboBox.SearchText})

 

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

    Hi @notepadapp ,

    This should work

    Patch(
     Onboarding,
     Defaults(Onboarding),
     {
     City:
     Coalesce(
     CityComboBox.Selected.City,
     CityComboBox.SearchText
     )
     }
    )

     

    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

  • notepadapp Profile Picture
    143 on at

    Thanks again Warren

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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 366 Most Valuable Professional

#2
11manish Profile Picture

11manish 184

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 99 Super User 2026 Season 1

Last 30 days Overall leaderboard