Hi guys
My need here is that I want to pass a variable name to an Architect menu for specifying the prompt. The issue is that I'm giving users the option to either use TTS for the menu, or a User Prompt. I'm trying to work out how to build the expression within Architect to handle this. I'm assuming I'll need to build some IF{...} string in there but has anyone done this and got it working? At a high level it would be something like, if the variable starts TTS then the remainder of that variable would be the text to play out. If it doesn't start TTS then it would just look up and play that variable as a normal user prompt.