I'm trying to convert a DEC variable that goes six decimal places deep to a whole number, and have the text-to-speech read that whole number back to me in response to a voice command. I figured it would be a conversion from DEC to INT, and then if necessary, INT to TXT. But the response just reads back the actual name of the variable instead of its value, or says "not set". I'm not sure what I'm doing wrong. I've tried with and without {} in the source and target variable name boxes, with and without DEC: and INT: in the names, etc.
I've also tried setting a new DEC variable from the source DEC variable, rounded to 0 decimal places. But I still just get the text-to-speech reading back the variable name.
Any help is appreciated.