Announcements
If your SharePoint list does not already have a field to track the custom order (since users can drag and drop), you should add a "Position" or "Order" column to your SharePoint list. This column can be a Number field where you manually or programmatically set the order for each record.
If you allow users to drag and drop records, you’ll need to update the "Position" column to reflect the new order.
You need to modify the Items property of the gallery to order the records based on the "Position" column instead of the default ID.
Items
SortByColumns(YourSharePointListName, "Position", Ascending)
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 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 510
WarrenBelz 426 Most Valuable Professional
Vish WR 281