Announcements
With(
{
_Numbers:
With(
{
_List:
Sort(
SPListName,
SORTID
)
},
ForAll(
Sequence(CountRows(_List)),
Patch(
Index(
_List,
Value
),
{NewNo: Value}
)
)
)
},
Patch(
SPListName,
ForAll(
_Numbers As _Data,
{
ID: _Data.ID,
SORTID: _Data.NewNo
}
)
)
)
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 1