Skip to main content

Notifications

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,660 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,999 Most Valuable Professional

Leaderboard