Sort(
SPListName,
Created,
SortOrder.Descending
)
Sort(
Filter(
SPListName,
Created > DatePickerName.SelectedDate
),
Created,
SortOrder.Descending
)
First(
Sort(
SPListName,
Created,
SortOrder.Descending
)
)
With(
{
_Data: Filter(
SPList,
ShadowIDField = Blank()
)
},
Patch(
SPList,
ForAll(
_Data As _D,
{
ID: _D.ID,
ShadowIDField: _D.ID
}
)
)
)
Stay up to date on forum activity by subscribing.
WarrenBelz
637
Most Valuable Professional
stampcoin
570
Super User 2025 Season 2
Power Apps 1919
473