Announcements
SortByColumns(Filter('Extrusion Replenishment', StartsWith(Item.Value, TextSearchBox1.Text), Text(DateValue(Created), "dd/mm/yyyy") = Text(DateValue(DatePicker1.SelectedDate), "dd/mm/yyyy")), "Created", SortOrder.Descending)
Set( firstRecord, First('Large List') ); Set( lastRecord, First( Sort( 'Large List', ID, Descending ) ) ); Set( iterationsNo, RoundUp( (lastRecord.ID - firstRecord.ID) / 500, 0 ) ); Collect(iterations, Sequence(iterationsNo,0)); ForAll( iterations, With( { prevThreshold: Value(Value) * 500, nextThreshold: (Value(Value) + 1) * 500 }, If( lastRecord.ID > Value, Collect( LargeListSP, Filter( 'Large List', ID_val > prevThreshold && ID_val <= nextThreshold ) ) ) ) );
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 600
WarrenBelz 478 Most Valuable Professional
Valantis 322