Whether you’re introducing a new client to your team or just want to add some fun to your internal emails, a facepile of smiles can make all the difference.
How to use the CreateFacepile() formula
Name this formula so you can reference it in the next step
CreateFacepile(
[List of People Values].ForEach(
Concatenate(
CurrentValue.Name,"|",CurrentValue.Photo.ToText()
)
)
)
How to include a facepile in the CreateEmail() formula
Add {1} in your email content where you want the facepile to display
Format(
CreateEmail([My Page or Canvas]),
[Facepile Formula]
)