Communication From Name and From Address fields do not resolve all lava available #6153
Open
2 tasks done
Labels
Status: Confirmed
It's clear what the subject of the issue is about, and what the resolution should be.
Description
The
From Name
andFrom Address
fields on the Communication Wizard block don't resolve all lava available to the email, specifically thePerson
object. It is therefore not possible to send an email from{{ Person | Campus | Property:'Name' }}
or{{ Person | Campus | Property:'LeaderPersonAlias' }}
. TheSubject
field and message body can resolve thePerson
object.Looks to be closely related to #2388, but because the fields both state that "{{ Lava }}" is available in the tooltip, all the lava objects that are available in the rest of the email should be available in the
From Name
andFrom Address
fields as well.Actual Behavior
Entering anything from the
Person
object does not render the expected in theFrom Name
orFrom Address
fields.Expected Behavior
As stated above, all the lava objects that are available in the rest of the email should be available in the
From Name
andFrom Address
fields as well.Steps to Reproduce
From Name
andSubject
fields to{{ Person.NickName }}
We use SendGrid, if that matters.
Issue Confirmation
Rock Version
16.7
Client Culture Setting
en-US
The text was updated successfully, but these errors were encountered: