How to require minimum character count in multiline input

I have a multiline input and want to force the user to input at least 50 characters, how would I do this?

Hi @darren.james7518

You can use the expression below to check the number of characters of your field.

MultilineInput A's value:number of characters

Use this information to make your restrictions. :wink:

Thank you!