Move value inside expression

hi all, I have to input the value "file" as text only that I can't do it Could someone help me?
I use the "routine speak" block of "alexa-crackable".

4
3

1
2

try somethiing like this

{
  "text": "text plus var file" & $$.file & "more text"
}

[edit] Correction for future readers

"text plus var file" & $$.file & "more text"

5

5

Have you spotted the differnece yet mine has no {"text": }

thank you is work :slight_smile:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.