How do I loop in an email template that has all the information from a filled out form? That’s where I’m struggling. Email bot works great, but I can’t get the email template I created to work.
Hello @Lisa_B,
Thanks for contacting the AppSheet Community!
In the article below you can find a detailed explanation on how templates work:
Please let us know if you have any further question.
I’ll look into this, thank you!
Hi Lisa_B!
If I understand correctly, you are sending an email to a single person but want to include several rows of information to that person.
To select and iterate over those rows, you will want to use the START and END blocks within the template. You can include several of these blocks to include data from many different tables. You can also nest them to simulate groupings of data.
I hope this helps!