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 / Not able to update cer...
Power Apps
Answered

Not able to update certain records in Azure SQL. Getting Error that says 'The Specified Item is not found"

(0) ShareShare
ReportReport
Posted on by 13

HI, I have built a power app that integrates with Power BI to create and edit the records in Azure SQL. Although my code is working seamlessly, I found that certain records that fall in a certain category are not getting updated and I am getting below error. My code is mentioned below. Could anyone please help me how to fix this? 

 

P.S.:When I checked in the app checker, it is showing under Run Time error.

 

Patch(
NIT_Accounts_Final,
ForAll(
[@PowerBIIntegration].Data As aPBI,
{
Approved: Dropdown1.Selected.Value,
Description: aPBI.Description,
BDC_Code:aPBI.BDC_Code,
Account_Name: aPBI.Account_Name,
Unique_Key: aPBI.Unique_Key,
UPC_Code: aPBI.UPC_Code,
Edited_Time: Now()
}
)
);
Reset(Dropdown1);
Set(Revvar,false);
PowerBIIntegration.Refresh()

 

 

 

Power apps issue.JPG    

Categories:
I have the same question (0)
  • Verified answer
    RevanErraboina Profile Picture
    13 on at

    I did my search in the meanwhile and found that this problem occurs when any of the columns that make up the composite key contains a comma. I noticed that error is occurring only in those records that have a comma in the primary key column (composite key). I  have replaced the comma with blank and now it is not showing this error.

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 429 Most Valuable Professional

#2
11manish Profile Picture

11manish 191 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 122 Super User 2026 Season 2

Last 30 days Overall leaderboard