Composer-Callflow development-Dynamic Maximum input Digits

Hi All,

Is it possible to make the assign variable for Maximum Input Digits in Input Block.

I am trying to build a generic call flow, where i require Maximum and Minimum Input variables Dynamic.

Kindly suggest.

I don’t think you can do that, but perhaps you could create a loop on the Input block that collects only one digit and validate it after the loop is finished.

Thank you for the reply.

i just came to know that, there is a possibility of using external grammar for DTMF, and handle max input digits inside grammar.

It works.

or …

Assign min 0 and max 99 in block INPUT and handle block BRANCHING with two min and max variables with javascript.

´s