How to reference Sheet Summary cell in the text of an automation?

I've been usign columns references in the text of my automations messages a while now. It looks like that. The text is in french but you can see the symbols used.
Bonjour {{Fournisseur}}
Voici la confirmation de commande pour le projet {{Projet}}.Β
La date de dΓ©but est le {{Date de dΓ©but}}Β
La date de fin est le {{Date de fin}} inclusivement
{{ChargΓ© de projet}}
{{Adresse email chargΓ© de projet}}
{{No de tΓ©lΓ©phone chargΓ© de projet}}
I wonder if it's possible to do the same thing with sheet summary cells. I've tried {{#cell}} but it doesn't work.
Answers
-
Yup, you can! The # just goes on the outside, and you use square brackets, so it would look like:
=[Sheet Summary Field]#
-
Thank you Jason,
I've tried just like you said, with the "=" or not, with "{{}}'' sign or not but I always get only the text i've written in the email or the message that my reference does not exist on the page.
What I receive:
=[ChargΓ© de projet]#
Samuel Fortin <samuel@brulottepoitras.com>
418-998-8004
or
[ChargΓ© de projet]#
Samuel Fortin <samuel@brulottepoitras.com>
418-998-8004
-
My apologies, I see what you're trying to do now. So you can't go DIRECTLY from Sheet Summary to the automation, since it is based on row specific data. So you'll have to use the =[Sheet Summary Field]# to populate a cell (you can make it a column formula then, so that it'd be available to all rows), THEN you can reference that field in the automation.
-
I understand, do you how I can propose that as a new feature from this post
-
You can use the Product Feedback Form here for new ideas.
Help Article Resources
Categories
Check out the Formula Handbook template!