**New Features:**
– **Pluck and Join Helpers**: Streamline automation by extracting specific dataset fields and combining them into a formatted string.
**Example Use**: Send product names from orders to Google Sheets.
**Usage Steps:**
1. **Set Up Trigger**: Use order submission events to start workflows.
2. **Data Processing**:
– Extract product titles with “.
– Join titles into a string with “.
3. **Send to External Systems**: Log product data in Google Sheets.
4. **Test**: Validate workflows with test orders.
**Purpose**: Simplify data extraction and reduce manual integration effort with external platforms, enabling dynamic and customized workflows.
**Example Goal**: Gather product titles from online orders into a single, comma-separated string.
**Output**: `”TEST OFFER, ANOTHER PRODUCT, LAST ITEM”`