Hello all
hope all are doing well,
I want to ask that how we calculate the length of array in outsystems.
Regards,
Hello Vikas,
You have on a list some functions, in this case, you have the length, that returns the number of elements currently in the list/array.
https://success.outsystems.com/Documentation/11/Reference/OutSystems_Language/Data/Data_Types/List
Kind Regards,
Márcio
Hi,
Addition of above answer, you can use "Length(Array)" function to calculate the length of array (text) variable in expression.
Thanks, Aadhavan S