32
Views
4
Comments
Issue with the timer fetching contacts

I am new to outsystems. I have a timer that cache 10 contacts each time. how do I make a loop so that it goes through all the contacts ?

I am confused where to create the for each loop? timer indicates a 0365 file

or is there any other way to load the contact page faster?

2024-06-24 15-21-58
Ahmed Hani

So your aggregate fetches 10 contacts only ?
or is your loop iterating 10 records only?

2016-04-22 00-29-45
Nuno Reis
 
MVP

Hello.

Your question is a bit confusing. A timer and a page are not compatible.

Are you uploading a file and want to see the content on the screen immediately? Then don't use Timers, those can take seconds to finish. Use a Data Action on the screen. But it is not optimized for big volumes of data.

How does it relate with loops


2022-12-30 07-28-09
Navneet Garg

can you provide more details like screenshot or oml so it will be easy to understand the problem and provide you solution accordingly.

2025-12-22 19-55-44
Kirthika Krishnamoorthi

Hi @Usama Bin Iftikhar 

Though Question is bit confusing, you can use for each in your server action you have used in timer. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.