How to convert number to words using function in Collection Rule.
Is there any OOTB function available for this?
You can achieve it through a java step in an activity on using the toString() function.
String text=Integer.toString();
Thank You @palas3