I'm configuring a trigger action to send e-mail with the following:
${DatabaseName} is currently using ${UsedSpace} of ${DatabaseSize} bytes
How do I convert the KB value returned when using the variable ${UsedSpace} and ${DatabaseSize}? Currently it returns the result in KB (123456789, I would like it to be in GB (123.45GB)