If you’ve ever received an automatic email from the Bubble Forum Summary, you’ll know what I’m trying to accomplish.
Generating personalized content for automatic daily emails seems quite tough. What I’d like is to populate an email with the first few “new” posts from yesterday, shoutout to users who have engaged with the app the most yesterday, etc.
Ok, it seems the way to generate a list with line breaks is to use “join with” and have either ‘line_break’ in there or a couple of line breaks saved in App Text (?).
Ideally, I’d love the structure of these lines to look like this:
Thing’s creators name
Thing’s title
Is this possible? Is there some way to iterate through each item in a list and add some text to each item (like a unique URL to the thing, for example) directly in the “Send Email” wf?