Hi,
I have formula below but it's not working as per stated condition if blank = Parent. Error, RQ- 11 max length and OP-13 max length.
Coalesce( Parent .Error,If(!IsBlank(DataCardValue14.Text)&&Len(StartsWith(DataCardValue14.Text, "OP"))<13 Or Len(StartsWith(DataCardValue14.Text, "OP"))>13,"The number of characters should be 13",Len(StartsWith(DataCardValue14.Text, "RQ"))<11 Or Len(StartsWith(DataCardValue14.Text, "RQ"))>11,"The number of characters should be 11"))
Thanks for the help!!