Hi ,
How can we apply string data validation in the textfield in Appian. I have a requirement in which the first two alpahbets, should be either a or A and the second one will be c or C. In short for a particular string , how can i check the character value at a particular index and apply validation.
Discussion posts and replies are publicly visible
Hi ST07, you can use function charat(text,index) to perform this validation.