Hi
Can any one tell me whats the best practice for Performance speedup Onstart at moment i am collecting like 10 connection different SharePoint list can you give me a example please
Thanks
@Ramole ,
I am simply saying that if you do not need the whole collection and a Delegable filter will get the bits you need, then this will be quicker. For instance if you had a Status column in Shipments and only needed those marked as Pending, you would do this
ClearCollect(
myShipment,
Filter(
Shipments,
Status="Pending"
)
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 1