How to use field values in Slack messages in an automation

Hi,

In an automation that sends a message to a Slack channel, how do I refer to the field values of the record in Step 1? I’ve been trying various things, but everything results in empty values:

Imported contact {{First Name}} {{Last Name}} ({{Name}}) with note {{Note}}

Imported contact {{[Step 1 Generic Import].[First Name]}} {{[Step 1 Generic Import].[Last Name]}} ({{Name}}) with note {{[Step 1 Generic Import].Note}}

I am trying to use this guide but I find it utterly incomprehensible. :pensive_face:

Are you trying to include in the slack message some field values from the triggering entity or from the Email Link entity you are updating in the previous action?

Did you check out the markdown guide?

Unless im missing something, it looks like you’re deleting the entity, then trying to reference it in the slack message after… its been deleted… I’m a bit confused.

Hahaha. OMG, I feel so stupid. :sweat_smile:
Thanks for catching that.
Indeed, this was (part of) the problem.
The spaces in the field names sent me down a rabbit hole that I didn’t even need to be in.

1 Like