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 / Onchange Once I enter ...
Power Apps
Unanswered

Onchange Once I enter data will shave in SP with Single Line

(0) ShareShare
ReportReport
Posted on by

Hi Guys,

    this is UI face I submit the record in every field then I am using patch function in Onchange property into textfield

then I saw the SharePoint list it's showing like multiple record.. you can see the screenshot I shared below..

then How to save a single record change or update the data in text I want to store single record in SP list...

so could you please help How to sortout this issues......

ForAll(
 col_Benefitlist,
 If(
 ThisRecord.ID = Blank() ,//And 
 //!IsBlank(benefitdescriptionlist),
 //Notify("Patching");
 Patch(
 listBenefitDrafts,
 Defaults(listBenefitDrafts),
 {
 'Project Name': DataCardValue39_3.Text,
 benefitdescriptionlist: ThisRecord.benefitdescriptionlist,
 Metrics: ThisRecord.Metrics,
 Impactstakeholderlist: ThisRecord.Impactstakeholderlist
 }
 ),
 //Notify("Updating"),
//I am using with condcondition Update the data when change in previous data 
 With(
 {
 _id: ThisRecord.ID,
 BenefitDescription: ThisRecord.benefitdescriptionlist,
 Metric: ThisRecord.Metrics,
 ImpactedStakeholders: ThisRecord.Impactstakeholderlist
 },
 //Notify("Patching");
 Patch(
 listBenefitDrafts,
 LookUp(
 listBenefitDrafts,
 ID = _id
 ),
 {
 'Project Name': DataCardValue39_3.Text,
 benefitdescriptionlist:ThisRecord.BenefitDescription,
 Metrics:ThisRecord.Metric,
 Impactstakeholderlist:ThisRecord.ImpactedStakeholders
 }
 )
 )
 )
);

 

 

above code are written every field....like 3 text field I have.....How to update and save in single record... 

Screenshot 2023-12-07 175556.png
Screenshot 2023-12-07 175627.png
Categories:
I have the same question (0)

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

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 396 Most Valuable Professional

#2
11manish Profile Picture

11manish 134 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 101 Super User 2026 Season 2

Last 30 days Overall leaderboard