
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.

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.