No, you cannot add a numeric field using Zendesk's bot builder. The bot builder only supports text and drop-down fields.
If you need to work with numeric values, consider using the Present options step or a custom drop-down field combined with the Ask for details step. The Present options step allows the bot to display up to ten predefined values, while the drop-down list with the Ask for details step can display more values. For more information, you can refer to the originalZendesk article.
To handle numeric values in Zendesk's bot builder, use predefined options or custom drop-down fields. Since numeric fields aren't supported, you can use the Present options step to display up to ten predefined values. Alternatively, a custom…
No, regular expressions (regex) are not supported in Zendesk's bot builder. The bot builder is limited to text and drop-down fields. If you need to validate input or handle specific patterns, you'll need to find alternative methods outside of the…
Alternatives to numeric fields in Zendesk's bot builder include using predefined options or custom drop-down fields. The Present options step allows you to display up to ten predefined values, which can be useful for handling numeric-like input….