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 Apps - Building Power Apps
Under review by Community Managers

Under review

Thank you for your post! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

When Patching Two Forms to the Same Record, Some Fields Are Emptying

Posted on by 88
Hey guys,
 
Am facing such a weird issue where I have split a form into two sections on the same screen for layout purposes. The first form works perfectly, but the problem arises with the second form. It only patches one of the fields, while the others, which involve dynamic calculations, are saved as zeros in my Dataverse. I'm unsure if the dynamic nature of these fields is causing the issue.
 
If anyone can help me here i would really appreciate it am genuinely confused as to why this is happening.
On the button

If(
    SubmitForm(formPO),
    Notify("PO has been created successfully!", NotificationType.Success);
    Navigate(scrIRRequest, ScreenTransition.Fade),
    Notify("An error occurred while adding the new PO.", NotificationType.Error)
);

on the form success 

Patch('PO Tables', formPO.LastSubmit, formPO_4.Updates);
 
 

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

#2
11manish Profile Picture

11manish 181 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 112 Super User 2026 Season 2

Last 30 days Overall leaderboard

Featured topics