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 / 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 431

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 793 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 333 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard