web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Trying to update all r...
Power Apps
Unanswered

Trying to update all records in table from a collection

(0) ShareShare
ReportReport
Posted on by 138

Howdy, I have a gallery that shows a collection from a table.  What I'm trying to do is when a user updates the order of their favorites list, that it updates the sort order field.  For instance, they want number 1 to be number 4 or when an item is deleted to order them correctly.  It is a multi-user system & Each has their own list of favorites.

 

I create the collection based on what is found in the table & using with "with" to add a row number.  This is how I create the collection from the tbl_FavoriteLinks table...

 

ClearCollect(FavCollection,
With({records:
SortByColumns(Filter(
tbl_FavoriteLinks,
UserID.Email = varUserEmail
),"cr647_sortorder",SortOrder.Ascending)},ForAll(Sequence(CountRows(records)),Patch(Last(FirstN(records,Value)), {rowNumber: Value})))
)
 

 

Collection name: FavCollection

Datasource: tbl_FavoriteLinks

Key: FavoriteID

Update all records in FavCollection where ID match Field to update is SortOrder to rowNumber is in the collection

 

I've tried using ForAll...

 

 

ForAll(
FavCollection,
Patch(tbl_FavoriteLinks,
tbl_FavoriteLinks, FavoriteID = FavCollection[@FavoriteID], { SortOrder: rowNumber }
)
)

I've tried suggestions from copilot & none of them work

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 386 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 321

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 311 Super User 2025 Season 2

Last 30 days Overall leaderboard