How to use Screen templates
Did you know that the OutSystems Platform has tens of screen templates to help you quickly put together your apps? Let me show you how you can use them.
Set timers to delete records
In this tech bite, we will demonstrate how to set timers to delete records and use an online store as an example.
How to import data from an excel file
In this video, we’ll show you how to upload and store data from an excel file.
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.