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?
So your aggregate fetches 10 contacts only ?or is your loop iterating 10 records only?
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?
can you provide more details like screenshot or oml so it will be easy to understand the problem and provide you solution accordingly.
Hi @Usama Bin Iftikhar
Though Question is bit confusing, you can use for each in your server action you have used in timer.