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 / Update Formula Error
Power Apps
Unanswered

Update Formula Error

(0) ShareShare
ReportReport
Posted on by 5,331 Moderator

I'm getting an error message on my submit button that says the following with a red squiggles at the front and rear of the formula -
          "Unexpected characters. The formula contains 'ParenClose' where 'Eof' is expected."

Update(
FLSAList,
LookUp(FLSAList, ID = Value(DataCardValue25.Text),
{FullName: DataCardValue9_1.Text,
LastName: DataCardValue10_1.Text,
FirstName: DataCardValue11_1.Text,
MI: DataCardValue12_1.Text,
EmployeeNumber: DataCardValue22.Text,
WhoCreatedProfile: DataCardValue13_1.Text,
ApprovingSupervisorName: DataCardValue15_1.Text,
DateSupeervisorApproved: DateValue(DataCardValue16_1.SelectedDate),
DateOfHire: DateValue(DataCardValue17.SelectedDate),
JobTitle: DataCardValue18.Text,
JobLocationProject: DataCardValue19.Text,
EvaluatorName: DataCardValue24.Text,
EvaluationType: DataCardValue20.Text,
EvaluationDate: DateValue(DataCardValue23.SelectedDate),
PertinentSupportingInfo: DataCardValue21.Text,
DateProfileCreated: DateValue(DataCardValue14_1.SelectedDate)});

Phineas_1-1663883454529.png

 

 

 

Categories:
I have the same question (0)
  • timl Profile Picture
    37,283 Super User 2026 Season 2 on at

    Hi @Phineas ,

    The call to LookUp is missing the closing bracket. If you correct the formula like so, that should fix the problem.

    Update(
     FLSAList,
     LookUp(FLSAList, ID = Value(DataCardValue25.Text)),
     {insert your existing values here... }
    )

     

  • RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @Phineas 

    If you are using a Form (which it appears to be), you should not be doing all this work!!

    SubmitForm(yourForm) is all you need.

     

    I hope this is helpful for you.

  • Phineas Profile Picture
    5,331 Moderator on at

    Yep, could; But I've changed some much this was easier.

    I made the change recommended by the other user. I now have the following formula that is kicking back this error - ID: Field 'ID' is required

    DataCardValue25.Text contains the item 'ID' from the SharePoint list.

    Update(
    FLSAList,
    LookUp(FLSAList, ID = Value(DataCardValue25.Text)),
    {FullName: DataCardValue9_1.Text,
    LastName: DataCardValue10_1.Text,
    FirstName: DataCardValue11_1.Text,
    MI: DataCardValue12_1.Text,
    EmployeeNumber: DataCardValue22.Text,
    WhoCreatedProfile: DataCardValue13_1.Text,
    ApprovingSupervisorName: DataCardValue15_1.Text,
    DateSupeervisorApproved: DateValue(DataCardValue16_1.SelectedDate),
    DateOfHire: DateValue(DataCardValue17.SelectedDate),
    JobTitle: DataCardValue18.Text,
    JobLocationProject: DataCardValue19.Text,
    EvaluatorName: DataCardValue24.Text,
    EvaluationType: DataCardValue20.Text,
    EvaluationDate: DateValue(DataCardValue23.SelectedDate),
    PertinentSupportingInfo: DataCardValue21.Text,
    DateProfileCreated: DateValue(DataCardValue14_1.SelectedDate)});

  • Phineas Profile Picture
    5,331 Moderator on at

    I made the change recommended by the other user. I now have the following formula that is kicking back this error - ID: Field 'ID' is required

    DataCardValue25.Text contains the item 'ID' from the SharePoint list.

    Update(
    FLSAList,
    LookUp(FLSAList, ID = Value(DataCardValue25.Text)),
    {FullName: DataCardValue9_1.Text,
    LastName: DataCardValue10_1.Text,
    FirstName: DataCardValue11_1.Text,
    MI: DataCardValue12_1.Text,
    EmployeeNumber: DataCardValue22.Text,
    WhoCreatedProfile: DataCardValue13_1.Text,
    ApprovingSupervisorName: DataCardValue15_1.Text,
    DateSupeervisorApproved: DateValue(DataCardValue16_1.SelectedDate),
    DateOfHire: DateValue(DataCardValue17.SelectedDate),
    JobTitle: DataCardValue18.Text,
    JobLocationProject: DataCardValue19.Text,
    EvaluatorName: DataCardValue24.Text,
    EvaluationType: DataCardValue20.Text,
    EvaluationDate: DateValue(DataCardValue23.SelectedDate),
    PertinentSupportingInfo: DataCardValue21.Text,
    DateProfileCreated: DateValue(DataCardValue14_1.SelectedDate)});

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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 329 Most Valuable Professional

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 179

Last 30 days Overall leaderboard