
How to run aggregates for each table row
In some situations, we need to show specific data in a table row or a list item that might not be directly related to the data we are using on the aggregate.

How to pick the right path when you’re looking to reskill your career
So, you’re looking for a career in computer science but are wondering what approach best suits you.

How to quickly expand and collapse elements
There are cool tricks and shortcuts we can use to collapse and expand elements while developing with OutSystems!

Handling with Exceptions in OutSystems
When an interaction with an application doesn’t have a predesigned behavior or jumps outside the scope, an Exception can be launched. This article will showcase how OutSystems deals with those Exceptions.

How to process data with Light BPT?
Synchronously uploading and processing data sometimes leads to a timeout. And, if not dealt with, timeouts can result in incomplete or duplicated data. We could solve this using different approaches, but let’s see how to use light BPT to process large amounts of data.

How to process data with Light BPT
Synchronously uploading and processing data sometimes leads to a timeout, as we see in the following scenario.