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 / What is formular still...
Power Apps
Unanswered

What is formular still display error?

(0) ShareShare
ReportReport
Posted on by
 
 
 
 
Patch(
    'Purchase Price Approval',
    Defaults('Purchase Price Approval'),
    {   'Supplier Code':DataCardValue50.Selected.Value,
        'Supplier Name':DataCardValue58.Selected.Value,
        'Part Name': DataCardValue56.Selected.Value,
        'Approval Purpose': DataCardValue57.Selected.Value,
        'Part Number': DataCardValue60.Selected.Value,
        'Model': DataCardValue61.Selected.Value,
        'Qty per Year': Value(DataCardValue62.Text),
        'Previous Price': Value(DataCardValue63.Text),
        'Final Price': Value(DataCardValue64.Text),
        'PO Effective Date': DateValue(DataCardValue65.SelectedDate),
        'Shokaihin Date': DateValue(DataCardValue66.SelectedDate),
        'Shokaihin PO#': DataCardValue67.Text,
        'Delivery Lead Time': DataCardValue68.Text,
        'Supplier stock Q''ty': Value(DataCardValue69.Text),
        'Ship by': DataCardValue70.Text,
        'PO Remain Q''ty': Value(DataCardValue71.Text),
        'YSP Stock Q''ty': Value(DataCardValue72.Text),
        'Comment': DataCardValue73.Text,
        'Request Date': DateValue(DataCardValue74.SelectedDate),
        'Requested by': DataCardValue75.Text
    }
);
Notify("✅ Data submitted successfully!", NotificationType.Success);
Navigate(ThanksScreen);
Categories:
I have the same question (0)
  • mmbr1606 Profile Picture
    14,605 Super User 2025 Season 2 on at
    hello
     
     
    please let us know what your issue is. withaout a specific question we cant help
     
     
     
    thanks
  • WarrenBelz Profile Picture
    153,127 Most Valuable Professional on at
    Please also supply the field types of each one of those fields and your data source type (assume SharePoint?)
  • stampcoin Profile Picture
    5,058 Super User 2025 Season 2 on at
    Do you mean how to use formula to display error ?
    if so, do something like :
    Set(
        MyResult,
        Patch(
            'Purchase Price Approval',
            Defaults('Purchase Price Approval'),
            {
             //your code.
            }
        )
    );
    
    If(
        IsError(MyResult),
        Notify("Your customized message for the error.", NotificationType.Error),
        Notify("✅ Data submitted successfully!", NotificationType.Success);
        Navigate(ThanksScreen)
    )
     

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

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 343 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 272

Last 30 days Overall leaderboard