Hi
I am working on a workflow that has some JS and I need to play different audio file greeting based on the DNIS of the incoming call.Â
I am able to handle the DNIS and put in if condition for it but I am not able to play the audio prompt in the next node.
Â
get
Â
var P3 = "Name_of_Audio_File"
 And the next node is as follows
Â

Â
When I test call the workflow I get no audio.Â
Â
Has any one been able to play audio file by using the file name in an a variable ?