I'm building a call flow integration w/ Salesforce, and I'm trying to use some of the flow variables in an audio sequence. I can verify that the variables are populated, as I can output them as text data, but when I try to output them as TTS audio, there's no response.
[08.12.22 - Duncan - hold please; researching data retrieval more closely...(ignore what follows, for now)]
Here's the text output, which renders correctly: "Patient Cycler Schema found: Cycler s/n: " + Task.CyclerSN + "Email: " + Task.PatientEmail
After this, I want to play it as audio so that it can be verified by the caller, using a Data expression in the Audio sequence: Task.PatientEmail, using Text to speech.
The Text To Speech sequences before and after the data sequence play correctly, with nothing in the middle.