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 / Hide error message "Ne...
Power Apps
Unanswered

Hide error message "Network error when using Patch function: The requested operation is invalid."

(0) ShareShare
ReportReport
Posted on by 442

In my Power apps customized Sharepoint form, there is a column that only accept unique values.

 

I've created a error message that shows OnFailure, if the user tries to save with a value that is already in the list: "The title xx is already taken".

 

But is there a way to get rid of the automatic error message that says  "Network error when using Patch function: The requested operation is invalid."?

 

MrtnM_0-1716552848106.png

 

 

My costom error message, copy/pasted from Solved: Re: Show error message when entering duplicate val... - Power Platform Community (microsoft.com)

 

If(
IsError(
Patch(
test3;
Defaults(test3);
SharePointForm1.Updates
)
);
// On failure
Notify(
If(//check for duplicates
!IsBlank(
LookUp(
test3;
Title = DataCardValue1.Text
)
);
("The title "& DataCardValue1.Text &" is already taken"); //if there is a duplicate, show this message
"" //if there is not a duplicate but there is a different error, show this message
);
NotificationType.Error
);
// On success
Notify(
"";
NotificationType.Success
)
)

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 541

#2
WarrenBelz Profile Picture

WarrenBelz 434 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 289

Last 30 days Overall leaderboard