Skip to content

Facepile

Who doesn't love a pile of smiles?
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.
Screenshot 2025-09-03 at 11.42.35 AM.png

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]
)

Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.