Hi everyone! Can you please tell me where to find the list of built in functions and to read about them - what they do and what arguments they take.
Thank you
Hello Boiko,
Here is a link to learn more about Built-in Functions in Outsystems.
Hope it helps!
Paulo Rosário
Thank you , Paulo
Hi Boyko,
You can drag an assign to the screen and open the expression window and then you can explore what is under the folder Built-in functions:
By selecting a function you will have its description on the right pane.
Take also into account that, although most of the built-in functions are available both client and server side, there are a few exception, so you can repeat what I suggested above both in a client action or server action and take a look.
Another alternative is also to check OutSystems documentation here.
Kind Regards,João
Thank you, João!