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 / Network Error When Usi...
Power Apps
Answered

Network Error When Using Patch Function: Field 'Title' is required

(0) ShareShare
ReportReport
Posted on by 4

Hi all,

 

So I am trying to create a text input that only updates a specific record on a SharePoint List. The text input will  never need to update a different row/record on the SP list. It's main use is to customise the app for repeat use on other projects without another user needing to update labels on multiple reporting tools that are linked to the same SP List.

 

Below is the SP List:

RyanEW_0-1680801284099.png

Below is the text input names:

RyanEW_1-1680801371964.png

 

 

Below is the patch code to update the SP list:

 

 

 

Patch(
 'Project Details (Project Log)', LookUp('Project Details (Project Log)'.Title,"Customer:"="Customer:"),
 {
 'Project Details': 'TextInput_Customer Name'.Text
 }
)

 

 

 

I don't understand why it's not working as I'm still fairly new to power apps and the debugger is not throwing up any errors. I have already checked similar articles and the "Title" column is not ticked as "required", (although there might be deeper SP settings which force it to be with it being the first column in the SP List).

 

The only error I do get is the below when I press the "Save" button which uses the patch code.

RyanEW_2-1680801634105.png

 

 

Thanks in advance for any help 🙂

Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    155,752 Most Valuable Professional on at

    Hi @RyanE-W ,

    Try this

    Patch(
     'Project Details (Project Log)', 
     LookUp(
     'Project Details (Project Log)',
     Title = "Customer:"
     ),
     {'Project Details': 'TextInput_Customer Name'.Text}
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    MVP (Business Applications)   Visit my blog Practical Power Apps

  • RyanE-W Profile Picture
    4 on at

    Magic, thanks! 🙂

    For my learning, what was I doing wrong?

     

     

  • WarrenBelz Profile Picture
    155,752 Most Valuable Professional on at

    Hi @RyanE-W ,

    The LookUp function was incorrect syntax.

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 474

#1
Valantis Profile Picture

Valantis 474

#3
WarrenBelz Profile Picture

WarrenBelz 375 Most Valuable Professional

Last 30 days Overall leaderboard