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 / patch SharePoint list ...
Power Apps
Unanswered

patch SharePoint list using lookup from another list

(0) ShareShare
ReportReport
Posted on by 177

Have tired many variations of below code unsuccessfully:

 

ForAll(CERAMICS,Patch(myPots2,Defaults(myPots2),artist:LookUp(LKP_CERAMICS_ARTIST,ID=ARTIST_FAMILY_NAME.ID]).ARTIST_FAMILY_NAME}))

 

CERAMICS is a SharePoint list

myPots2 is a SharePoint list

LKP_CERAMICS_ARTIST is a SharePoint list

artist is a text field in myPots2

ARTIST_FAMILY_NAME is a field in LKP_CERAMICS_ARTIST

ARTIST_FAMILY_NAME is a lookup field in CERAMICS, lookups from ARTIST_FAMILY_NAME in LKP_CERAMICS_ARTIST

 

I want to populate myPots2 by patching the field ARTIST_FAMILY_NAME from CERAMICS (to field artist)

 

Can do it using collections but would prefer to avoid

 

Very frustrating. Can anyone help please?

 

Categories:
  • WarrenBelz Profile Picture
    156,570 Most Valuable Professional on at

    Hi @neuronic ,

    I may be oversimplifying this, but try

    Patch(
     myPots2,
     ForAll(
     CERAMICS,
     {artist: ARTIST_FAMILY_NAME.Value}
     )
    )

     

    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

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 382 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 329

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard