Hello,
I have a question regarding the prompt action, is there any possibility to make the answer to a question that is via message mandatory
Can it have a minimum of mandatory characters?
@CMPC while you can't enforce character count in the response, you could state the minimum requirement in the question and then process the response and perform a check and ask the question again if not met.
@CMPC while you can't enforce character count in the response, you could state the minimum requirement in the question and then process the response and perform a check and ask the question again if not met.
Worked.
I accomplished this by implementing a custom code that counts the characters.
Thanks for your input.