help

Hello everyone!
:
In the scripts can’t call the global variable ?
version 5.2

[admin@MikroTik] system script> add name=e-down source={/tool e-mail send body=($date."Router down") subject="Router at second floor is down" to="544475878@qq.com"}

$date Failure of global variables

No one answered

/system script add name=e-down source={:global date; /tool e-mail send body=($date."Router down") subject="Router at second floor is down" to="544475878@qq.com"}

That will work IF there is a global variable named “date”.