I'm using Appian Version 21.4 and I has a task to convert number to word, I tried to use "convertnumbertoword" function but it is not exists.
Can some one help me to achieve this task?
Discussion posts and replies are publicly visible
use a!match() to enumerate your various permutations instead of nested IFs. It's easier to look at and will probably be easier to maintain / troubleshoot / etc.