Hello,
How do I optimize my app OnStart as I have 4 clearcollect coming from the same source?
Any inputs will be appreciated.
Solved! Go to Solution.
Use Concurrent function as::
Concurrent(
ClearCollect(MyTab1, ProductsNew1),
ClearCollect(MyTab2, ProductsNew2),
ClearCollect(MyTab3, ProductsNew3),
ClearCollect(MyTab4, ProductsNew4));
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Use Concurrent function as::
Concurrent(
ClearCollect(MyTab1, ProductsNew1),
ClearCollect(MyTab2, ProductsNew2),
ClearCollect(MyTab3, ProductsNew3),
ClearCollect(MyTab4, ProductsNew4));
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
203 | |
187 | |
82 | |
51 | |
37 |
User | Count |
---|---|
289 | |
241 | |
123 | |
75 | |
56 |