cancel
Showing results for 
Search instead for 
Did you mean: 
2025 CMX Awards

The Zoom Community has won Best Customer Support Community in the 2025 CMX Community Industry Awards!

Celebrate with us

ZCC text to speech to spell out collected digits

GauravPurohit
Explorer
Explorer

hi,

within the flow I have collect input widget. I need to find a way to spell these digits. sounds very basic, but i can't seem to get this work. any help is appreciated.

2 REPLIES 2

GauravPurohit
Explorer
Explorer

found the answer, include the variable within {{ }}

zoomshoes
Explorer
Explorer

I also searched for the same thing, but what I also found was that you can set a variable to have more then one content. When it comes to displaying the variable, you can use the order the variable is saved. For example, this is a normal use of the variable {{DisplayName}}, when the variable has a second content, it can be extracted by using  {{DisplayName[2]}}. (This is probably common Jason scripting knowledge.) I hope this helps.