Hello,
I am having an issue displaying the value of a field whose title is a merge tag (see attachment 1 and field @{:27}) in a slack message.
I would like to have the value the user inputs into this field when submitting the form displayed in a slack message. Here’s how I have it configured:
-
Form Configuration
-
Slack Add-on message configuraiton:
A new *{Type of content:1}* (#{entry_id}) has just been submitted
{@{:27}:3}
{Summary:9}
Check it out here: ({entry_url}).
- Output of the slack message:
A new Content Resource (#213) has just been submitted
{@Resource Name:3}
My favorite place !
Check it out here: (https://...../wp-admin/admin.php?page=gf_entries&view=entry&id=1&lid=213).
Note that “Resource Name” is the correct title, but I would like to retrieve the value of this field, not the title.