@mhayes1987 What @bwhite49 is correct, I didn’t realize how you were sending these, so the query isn’t going to generate the correct data if you just try to send manually, it needs to be sent via event.
The reason your subject isn’t working is because it is referencing something which is no longer there.
You’ll have to make sure that the contact is part of the GI and then pull these fields from the available contacts fields displayed in the GI results.
When you add a filed from a screen it will have format like ((Table.Field)), but if you add it from a GI it will have format like ((Table_Field)), so you want to make sure if your template is based off a GI that all the references are coming from the GI.