Reference value assignment
Reference Value Substitution During Automation
When the automation app runs, reference values are automatically replaced. Execution occurs per record (row).
Example
You can send emails with different addresses and names for each row.
Format for Reference
Use the following format to specify reference values:
Or more generally:
{{$.0}}
→ First column{{$.1}}
→ Second column{{$.2}}
→ Third column...
You can use this format in most input fields, including:
Text body
Message fields
Phone number fields
HTML content, etc.
Example of Reference Format Usage
You can freely use reference formats in various fields such as:
Recipient Email Address
Subject
Email Body Content
Recipient Email Example:
You can send emails with customized discount rates, periods, and referral codes for each customer.
Last updated
Was this helpful?