May 03, 2024 10:47 PM
Hi Community. I'm new to Airtable automations so apologies for what may be an overly complex workflow - any suggestions to improve it are welcome.
Goal: send an automated email when someone "invites a friend" on a website. Email will say "Hi {friend's name}, your friend {user's name} {user's email} recommended you join this site", etc.
How I've set it up so far:
Problem: there doesn't seem to be a way to format the text so when the email sends, it's just a long string of unformatted text.
Does anyone know a better way to set this up?
Solved! Go to Solution.
May 04, 2024 08:12 AM
Rather than concatenate in a formula, pull in your fields into the email body field in your automation. You can do formatting there.
May 04, 2024 08:12 AM
Rather than concatenate in a formula, pull in your fields into the email body field in your automation. You can do formatting there.
May 04, 2024 09:54 PM
Ahh duh. Thanks so much, so simple I completely missed you could add fields into the email body field 😂