1) Give a description of the problem
I have a global variable, that I am using to record the start of a particular operation. I am using $time24 to store into the variable that is up as a string.
2) What is the expected behaviour?
I would get the global variable as a four or five character long string. I.E 2137
*3) What is happening/not happening?
When I call the variable to place it into a text message, it is only coming back with the first two characters of the string. If I check inside the dashboard, it shows the variable as only being two characters long. Since I never specified a length and I see no way to limit it, I’m not sure why I’m only getting two characters.
Originally I was only using a local variable, and it was working fine giving me the result I expected. I needed a global variable so I could hand off the result from one piston to another.
4) Post a Green Snapshot of the piston![]()
(UPLOAD YOUR IMAGE HERE)
5) Attach logs after turning logging level to Full
(PASTE YOUR LOGS HERE THEN HIGHLIGHT ALL OF THE LOGS AND CLICK ON THE </> ICON TO FORMAT THEM CORRECTLY)