Skip to main content
Community site session details

Community site session details

Session Id :
Power Apps - Power Query
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:
  • stampcoin Profile Picture
    3,314 Super User 2025 Season 2 on at
    What is formular still display error?
    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)
    )
     
  • WarrenBelz Profile Picture
    148,859 Most Valuable Professional on at
    What is formular still display error?
    Please also supply the field types of each one of those fields and your data source type (assume SharePoint?)
  • mmbr1606 Profile Picture
    13,266 Super User 2025 Season 2 on at
    What is formular still display error?
    hello
     
     
    please let us know what your issue is. withaout a specific question we cant help
     
     
     
    thanks

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

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410 Super User 2025 Season 2

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 2

Featured topics