CriXo
October 7, 2019, 5:27pm
#1
Hi all,
i am a new in this website, and i try make a new project skill in spanish,
i using set variables in flow, but, when i can test it, alexa say:
“undefined symbol” + variable value
i think if possible say it this icon “{”.
how i can fix to not say: “undefined symbol” before variable value?
thanks!
Hi @CriXo ! Can you give us more details on the issue here? Looks like your using a code block to set the variable. If it’s the case, do not use {} for variables in Javascript.
CriXo
October 8, 2019, 3:17pm
#3
hi, i maked:
1 - speak block , with text: “hello”
1 - set block , with: set variable: “personaje1” with expression: “juan”
1 - speak block with text: hello {personaje1}
test it, and say it:
hello, hello undefined symbol juan
How do I mute undefined symbol ??
thanks for support
Nicolas
October 14, 2019, 9:37pm
#4
hi @CriXo , change Expression to Value in the set block.