where you can see "GetFirstThreeTimes.List.Current.GetFirstThreeTimes" it displays numeric but i want it to display like "one", "two" instead of 1 and 2
hi @Erjon
you can try to check it out
NumbersToWords forge component
https://www.outsystems.com/forge/component-overview/5814/numberstowords-o11
here's the sample demo
https://antonio-pereira-outfit.outsystemscloud.com/NumbersToWords_Demo/
you can also check different options here to reflect on the result
i dont want to use it in a button its just a text is there a way to do it
Who said you need to use it in a button? You can use it as you see fit and show the result in an expression anywhere on your screen.
Hi @Erjon Merovci
As @Daniel Kuhlmann mentioned, there is no need to add a button.
if you are familiar with components/plugins you can use them depending on your needs. they normally have demo screens and have reusable actions/blocks from basic to advanced capabilities
here's a sample output using an expression and looping by user list,
and using the NumberToWords component to convert the user ID to word format