List delete elements by criteria
118
Views
1
Comments
New
Builtin & User functions

I find my self many times in a scenario that I have to find an specific list element and delete it... or have to do a for each to check some condition to delete or not that element.

So will be very hand an action(client and sever) that delete list elements that matchs a condition.

ListDeleteByCriteria

This is standard in many "traditional" programming languages.

Would like to see this in OutSystems.