Announcements
Uddateif Function not working in powerapps to update sharepoint list
I have attached screenshot.
@dataverse
I'd make sure here to fully qualify all of your control values. For instance, assuming that DataCardValue102 is a text input control, you should reference DataCardValue102.Text. This would apply to all of the other similar places where you refer to DataCardValueXXX.
I have updated .Text
I get the error below.
I also tried this error and it gives the same error as above.
Patch(sharepointfile,LookUp(sharepointfile, id=DataCardValue2.Text,{Fieldname: DataCardValue255.Text})
where the id of shrepointfile is text and not number
In your call to Patch above, you're missing a closing bracket after the call to LookUp. It should look like this:
Patch(sharepointfile, LookUp(sharepointfile, id=DataCardValue2.Text), {Fieldname: DataCardValue255.Text} )
In your original formula, note there's a closing curley bracket after DataCardValue103. This should not be there - instead, there should be a comma.
I fixed that , but it does not update the record in sharepoint list.
Try wrapping with the Value() function
Patch(sharepointfile, LookUp(sharepointfile, id=Value(DataCardValue2.Text) ), {Fieldname: DataCardValue255.Text} )
The ud field in SharePoint and the datacardvalue2 are both text fields.
The id field in SharePoint and the datacardvalue2 are both text fields.
I tried wrapping with Value function and that does not update the sharepoint list.
Please let me know.
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 392 Most Valuable Professional
11manish 181 Super User 2026 Season 2
MS.Ragavendar 112 Super User 2026 Season 2