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 Apps
Unanswered

Updating LookUps

(0) ShareShare
ReportReport
Posted on by

Hi

I am trying to update a number of entries in a sharepoint list (LookUp column).  I have the formula working but it does not add the item to all of the entries.

 

This is my current code

 

ForAll(G_Conditions.AllItems,
Collect(Coll_Cond2,
{Title: Title3.Text,
C_ID: ID,
Old_Deals: Deals
}));
ForAll(G_Conditions.AllItems,
With({parentRecord: LookUp (Coll_Cond2, C_ID > 0)},
With({Coll_Cond3:parentRecord.Old_Deals},
Collect(Coll_Cond3, {Id: F_New_Deal.LastSubmit.ID,
Value:F_New_Deal.LastSubmit.Buyer});
Patch(Coll_Cond2, parentRecord, {Old_Deals:Coll_Cond3})
)));

 

It updates the new entry to the child collection entry but only for the first entry not any subsequent entries.

 

T

Categories:
I have the same question (0)

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 April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 1,045

#2
Valantis Profile Picture

Valantis 675

#3
11manish Profile Picture

11manish 592

Last 30 days Overall leaderboard