So I have a some dynamic fields within an email and I am wondering if it can do a lookup multiple times.
So the basic structure is Pool > Member > Service and the email is being attached to the Service through the regarding.
Here is what I have {!new_service:new_member/@name;} this works perfectly.
What I am wanting to do is get a name field from the lookup field.
{!new_service:new_member:new_pool/@name;}
Any suggestions?