If only one record all time in the table then we can use
{{ doc.sales_team[0].sales_person }}
by this only first row Sales Person name will come.
If only one record all time in the table then we can use
{{ doc.sales_team[0].sales_person }}
by this only first row Sales Person name will come.