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 / Error "Title: Field 'T...
Power Apps
Answered

Error "Title: Field 'Title' is required"

(0) ShareShare
ReportReport
Posted on by 24

I have an application based on a SharePoint list (List_Name). This SP list has many columns but the two that I would like to focus here are the following:

 

- LTN (renamed from original Title column) - mandatory

- Locked (Y/N)

 

In this application I have a gallery and when I click a button on a specific item of this gallery I would like PowerApps to update the "Locked" field to "true" and navigate to a screen where the user will edit the specific record. The code I'm using is as follow:

 

Patch(List_Name,LookUp(List_Name, LTN = ThisItem.LTN, {Locked:true}));

Navigate(EditCase);

 

When I run this form and click that button I'm receiving the following error message: "Title: Field 'Title' is required" and the list item is not patched.

 

I also tried with the following code but the same error is still there:

 

Patch(Case_list,LookUp(Case_list, Title = ThisItem.LTN, {Locked:true})) ;

Navigate(EditCase);

 

Any idea about what I'm doing wrong?

 

  

Categories:
I have the same question (0)
  • Verified answer
    RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @agrilli 

    First, start by changing your formula to the following:

    UpdateIf(Case_list, ID=ThisItem.ID, {Locked:true});
    Navigate(EditCase);

    What appears to be happening is that the Lookup in your patch is not returning a valid record.  The above formula will always work from the ID of the gallery record.

     

    I hope this is helpful for you.

  • agrilli Profile Picture
    24 on at

    @RandyHayes  thanks a lot, your suggestion resolved my issue !!!

  • lcdelgado Profile Picture
    379 on at

    Hello! I have the same issue but with the next button:  On Select = SubmitForm(form4); Navigate(screen5); Thats the formula, and the error is Network error when using Patch function; field 'Title' is required

    lcdelgado_0-1673545032673.png

     

  • AdriCamacho1 Profile Picture
    2 on at

    Good morning!
    I'm creating a form, and when I assign the SubmitForm(Form2) option to the button it tells me that the material description field is required.
    How can I solve that?

    Captura2.PNG
    Captura.PNG
  • lcdelgado Profile Picture
    379 on at

    Go to your table and remove the required from the field.

  • lcdelgado Profile Picture
    379 on at

    Resolved

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 490

#2
WarrenBelz Profile Picture

WarrenBelz 427 Most Valuable Professional

#3
Vish WR Profile Picture

Vish WR 381

Last 30 days Overall leaderboard