Binding data from multiple sources in a textarea

Hello,
I’m struggling with something that should be fairly simple. I have a table with multiple fields (ie.: name, ticket, product) and I want to populate a textarea with a template that incorporates these values. I’ve tried the method below to apply one field (eq_customer_name), without result. I can bind the whole textarea to one field fine, but that destroys the purpose of the exercise:

															<p style="text-align:center"><strong>Escalation Management - Meeting Minutes - Ticket </strong></p>

<p>
<strong>Customer:</strong>{{serverconnect_current_escalation_qualifiers.data.current_escalation_qualifiers.eq_customer_name}} <br>
<strong>Date / Time of meeting:</strong> <br>
<strong>Attendees:</strong><br>
<strong>Meeting Notes:</strong>&nbsp; <br>
<strong>Next Actions:</strong>&nbsp; <br>
 </p>

														</textarea>
Community Page
Last updated: