Hello!
Im trying to correctly output the following email template, it is essentially a list. In this example there are 3 ‘ShotNumbers’ and 3 ‘Vendors’:
Input as shown in email template:
SE0_TO_074_408_230613 to Creep
SE0_TO_075_406_230613 to NVIZ
SE0_TO_075_408_230613 to NVIZ
Set Template:
{{shotnumber}} to {{vendor}}
{{shotnumber}} to {{vendor}}
{{shotnumber}} to {{vendor}}
However, I am just getting a limited output when running Email Parser, it is extracting the first ‘shotnumber’ and the last word as the ‘vendor’, not line by line as requested in my template:
Output:
shotnumber | SE4_TO_074_408_230613 |
vendor | NVIZ |
I actually want the output to contain 3x Shotnumbers and 3x Vendors.
If the output was correct, I would push to Google Sheets with 3 individual rows with two columns, a row and column for each shot number, and the adjacent column would be for the vendor.
Is there a way to do this in the Email Parser template?
Thanks