Convert Number to Word

Hello Community,
Could you tell me that how can I convert Numeric value into Words (E.g:- Say 23, should get converted into Twenty-Three). Waiting for the response.

Thanks & Regards,
Shyamraj Choudhury

Hi,

there is no built in function (in either Flow script or SQL to my knowledge) to do this.

But ppl have written their own scripts. For example:
https://www.sqlteam.com/forums/topic.asp?TOPIC_ID=86067

If you can deploy those to a DB you have access to (like in a UTIL package or something) then thats the easiest.

As option 2 you could write your own Flow script, based on the same principle in the SQL script/function.
And as option 3 you could use the REST connector and reach some REST api endpoint, for example:

Hope this helps!

B R
Ivan