var valuesPartial = [ {jobName: 'Job description 1', jobPrice: 10}, {jobName: 'Job description 2', jobPrice: 10} ]; var values = { consultantName: 'Name', consultantAddress: 'Address', consultantEmail: 'Email', clientName: 'Client name', clienAddress: 'Client Address', clientEmail: 'Client email', date: 'Date', note: "Footnote" };