Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI Companion2024-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.
2024-08-22 04:12 PM
found the answer, include the variable within {{ }}
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.