Alert template recovery: how to get actual value instead of alerted one

Probably not the best idea but you could.

{{ \App\Models\Storage::find($value['storage_id'])->storage_perc }}

No guarantees that won’t break your alerting :slight_smile: