I have setup email automation to summarize info from the app to app users. The problem is that the email body will return only 1 customers information back when it should return many. Ive done all the basic troubleshooting, and I am desperate for help.
Could you provide any more insight, I read that article and tried using start and end expressions but could not get what I needed. In my email body template, I am using this which works for 1 customer, but I need it for all the customers. If you could provide any more help, it would be greatly appreciated!
I only want the emails to get sent to the [Payroll Contact Email]. In those emails that go to the [Payroll Contact Email], it just needs to contain the info in my previous message. In addition that customer info should only go to the [Payroll Contact Email] where the customers email address is part of the same row.
To easily break it down, the [Payroll Contact Email] should just get the customer info to their own unique company and not see data from other companies. Thanks for your for help!
Hey @Steve
I think that is the part that is causing me problems, this past week I have tried so many permutations/combinations using start expressions. I have followed the appsheet email template guides and I still had no luck. Im not sure what I am missing to make this email work!
Even if I put that the event occurs on a schedule, it does not solve my problem.
I am only receiving 1 row from the app, when multiple should be present in the email.
When you change the event to a scheduled one there are new options.
ForEachRowInTable needs to be turned on in your case and select the table you want to be queried
I have followed the outlined examples here and applied them to my circumstance and if they don’t error out, the email body becomes blank…
I have exhausted so much time on this small part of the app, when it should be much simpler.