ZCC text to speech to spell out collected digits

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2024-08-14 04:35 AM
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.
- Topics:
-
Flow Editor

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2024-08-22 04:12 PM
found the answer, include the variable within {{ }}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2024-08-26 08:09 PM
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.
