Templating last value of metric into alert message

I guess it makes difference if you are using Reduce (like in my example) or Classic condition (your example). Try solution that was proposed in next answer:

{{ $values.B0.Value }}

Also, the printf "%.1f" part does not work with classic condition :frowning: .