How we will covert ("INDIA") TO {"I","N","D","I","A"}. How we will write in expression rule?
Discussion posts and replies are publicly visible
a!localVariables( local!string: "INDIA", charat(local!string, 1 + enumerate(len(local!string))) )
ah nice to know.-> but again a function which is not really explained that its taking an array of integer as well.documentation says (integer)
True. I complained about this at the Appian product team and the documentation team.
It's not yet updated till date it seems. But thanks, noted.
You can also use char(code(ri!text)) for a much cleaner code.
Got it. Thanks Harshit Bumb (Appyzie)
Harshit Bumb (Appyzie) said:You can also use char(code(ri!text))
hmmm sounds familiar, lol
The master himself taught me!