How to process data with Light BPT
Synchronously uploading and processing data sometimes leads to a timeout, as we see in the following scenario.
How to quickly create elements using only drag and drop
Let’s go over a few tricks to create new elements and automatically relate them to other existing elements.
How to use a JavaScript node
When developers first start learning OutSystems, they are usually intrigued on how to take advantage of javascript’s versatility in their user interfaces!
Why you shouldn't be using CRUD actions everywhere
One common architecture issue when people start learning OutSystems is using entities' CRUD actions in multiple places.
How to integrate with an External DB
OutSystems allows creating data models from scratch. But in some cases, we need to connect to other pre-existing databases not hosted in the same environment.
How to animate your widgets
Do your screens look static and boring? Let's explore how to animate these icon widgets, so they can jump or spin.
How to integrate with a REST API
In OutSystems, it's possible to integrate with a REST API in order to call an external service.
Make your forms look better
Let's see how to build a more modern form using OutSystems UI available tools.