Help sending emails

I’m trying to send an email to a seller when they sell a product (I’m making an Etsy copy for fun) but I can’t seem to get the product title to be displayed properly. I managed to get it one time displayed, but it only sent one email when two products were ‘purchased’ and only one product’s title was displayed. The loop system I built is also kind of broken now I don’t know why. I could really use some help! Thank you!





Here are some screenshots of my frontend workflow (I don’t trust backend workflows).

If you want to send 1 email for all the products, there is no need to do a loop. I assume you have a list of the products ordered. You can use the list to display 2 products in the email content.

If you want to send 1 email for each product, using backend WF would be very simple.

Thank you, I want to send 1 email for each product.

This topic was automatically closed after 70 days. New replies are no longer allowed.