Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

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

(0) ShareShare
ReportReport
Posted on by 629

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.

  • BCBuizer Profile Picture
    22,027 Super User 2025 Season 1 on at
    Re: Patch List Based upon a Value Entered in Text INput, But also has a filter.

    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

🌸 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 66,004 Most Valuable Professional

Leaderboard