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 / How to Resubmit the Fo...
Power Apps
Unanswered

How to Resubmit the Form which is already submitted for Approval.

(0) ShareShare
ReportReport
Posted on by

Hello,

 

This is my Use Case. I am building a Portal for Approval System. The use case goes like this:
1. The Approvers will Fill certain columns in the Data and then submit the form. 
2. The Users will now Go-ahead Title (Unique ID) which is already submitted by approvers and fill the necessary Columns and then those columns will go for Approval. 

Initially I build an approval system on the new form I want to use that Logic to submit the form for approval when the form is already submitted. 
Error: Whenever I try to re-submit the form for Approval It give me a Patch error: Network error when using Patch Function: Network error occurred. 

Cany Suggestions Please?

The formula that I use on my On select property for Submit button is:

/////////////////////////////////////////////////////////////////////////////
SubmitForm(ApprovalForm2);

 
If(ApprovalForm2.LastSubmit.ID,  
        Patch(
            'BL Calendar',
            LookUp('BL Calendar', Title = ApprovalForm2.LastSubmit.Title),
            ApprovalForm2.Updates
        ),
        Notify("An error occurred: Error", NotificationType.Error)
    );

 
ResetForm(ApprovalForm2);



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

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 326 Most Valuable Professional

#2
11manish Profile Picture

11manish 168

#3
sannavajjala87 Profile Picture

sannavajjala87 75 Super User 2026 Season 1

Last 30 days Overall leaderboard