Hi Community,
I would like to expand out the below formula to only show my label if a , or | is found in any part of the text box. The below only triggers if a comma is the only character in the text box.
If(IsMatch(Textinput.Text, Match.Comma),IllegalCharacter.visible = true)
Any ideas?
Thanks