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 / Patch List Based upon ...
Power Apps
Unanswered

Patch List Based upon a Value Entered in Text INput, But also has a filter.

(0) ShareShare
ReportReport
Posted on by 643

I currently have the follwoing on a dropdown.

 

Patch('Quality Production Approval Record',Defaults('Quality Production Approval Record'),{'Box 1':Dropdown5.SelectedText.Value})

 

This creates a new record, but I would like it to change the value on the Item that is referenced in a Textinput field.

 

So you type your Job number in, and the dropdown selection is added to that Items Column.

Categories:
I have the same question (0)
  • BCBuizer Profile Picture
    22,535 Super User 2025 Season 2 on at

    Hi @jamescosten ,

     

    For this to work, you need to reference the item you wish to edit in the second argument of the Patch function with, for instance, a LookUp function:

     

    Patch(
    	'Quality Production Approval Record',
    	LookUp(
    		'Quality Production Approval Record',
    		'Job Number' = TextInput.Text
    	),
    	{'Box 1':Dropdown5.SelectedText.Value}
    )

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