short text input
vs long text input
distinction, but I haven't spotted a way to limit the maxlength
on the short text input. Is there a way to limit this? Thank you!Condition
block can't operate on the length of text string, so I'm not sure that would work. I also tried using a Script
block to truncate the text in the variable, but found that the System.Transcript
still included the original user-inputted value (rather than what the Script block modified it to be), so that didn't quite work either. Answer length
with content: {{Answer}}.length
and then have a condition against this particular variable