Hi, is it possible to concatenate global variables into a global variable.
My 'bedtime' routine checks various sensors & status' and I have them send a voice message to my Google home. So if my front door and back door are open I want to have a single message saying
"Front door, back door open" and not have 2 messages saying
"front Door open"
2."back door open" etc
I have tried setting a GV with ChkStr={ChkStr}&front but thats exactly what I get in the message letter for letter. So I must be something wrong?