• Shopping Cart Shopping Cart
    0Shopping Cart
Clixio
  • Features
  • Pricing
  • FAQ
  • Blog
  • Log in
  • Free Trial
  • Menu Menu

Fetch Product Details using Pluck and Join in Workflows

January 22, 2025/in What's New? Automations, Integrations
Introduced Pluck and Join helpers for Streamlining Workflow Automation:

Pluck: Extract specific fields from a dataset (e.g., product titles from an order).

Join: Combine extracted items into a single, formatted string with a custom separator.

Enables dynamic extraction and formatting of product details from order submissions for seamless integration with external platforms like Google Sheets.

Example Use Case: Send only product names from store orders to Google Sheets every time a new purchase is made.

How to Use?

Set Up a Trigger:

  • Use triggers like Order Form Submitted or Inbound Webhook to initiate the workflow.

Process Data:

  • Use the Pluck Helper to extract specific information, such as product titles:

{{ pluck order.line_items “title” }}

  • Use the Join Helper to combine extracted data into a single string, separated by a custom delimiter:

{{ join (pluck order.line_items “title”) “, ” }}

Send Data to External Systems:

Example: Use the “Create Row in Google Sheets” action to log:

  • Products

    : {{ join (pluck order.line_items “title”) “, ” }}

Test and Validate:

  • Run test orders to verify data extraction and ensure correct formatting before launching the workflow.

Why We Built It?

  • To simplify data extraction and formatting for automation users.
  • To reduce manual effort in integrating product data with external systems like Google Sheets.
  • To enable versatile workflows that cater to specific user needs, such as sending only relevant product details (e.g., product titles).

Example Use Case

Example: Send Online Orders product titles to google sheets.

Imagine you’re processing an online order. Each order includes products with details like names, prices, and quantities.

Goal: Extract Product Titles

You want a list of product names (title) from all items in the order, combined into one string separated by commas.

{{ join (pluck order.line_items “title”) “, ” }}

Output:

“TEST OFFER, ANOTHER PRODUCT, LAST ITEM”

Screenshot 2025-01-17 at 16
Screenshot 2025-01-22 at 11
https://clixio.io/wp-content/uploads/2025/01/87bd275a0ac54811381c50a4856f7b84.png 1136 1342 Clixio.io https://clixio.io/wp-content/uploads/2023/08/clixio-logo-dark.png Clixio.io2025-01-22 16:13:002025-01-22 16:13:00Fetch Product Details using Pluck and Join in Workflows

RSS Latest Feature Updates

  • AI Powered Field Tooltips | Clixio Changelog March 3, 2026
  • Assign User Action: Now Assign to IVR Responder March 3, 2026
  • Assign User Action: Now Assign to IVR Responder with Custom Variables March 3, 2026
  • Connect Call (IVR) Action: Now Supports Call Whisper March 3, 2026
  • Fixed: If/Else branching for UTM Campaign (Last Attribution) March 3, 2026
  • Company Variables Now Available in Workflows March 3, 2026
  • Trigger Descriptions in Workflow Builder March 3, 2026
  • Add & Track Product Cost Price and Margin March 3, 2026
  • 🗓️ Smarter Booking Periods with Listing-Level Time Selection Control for Rentals March 3, 2026
  • Introducing Rentals — For Flexible Multi-Day Bookings March 3, 2026
Clixio - Marketing and sales automation

Marketing & sales automation built for Australian service businesses. One platform, one flat rate, genuinely easy to use.

Product
Features Pricing How it works Latest updates
Company
Blog FAQ Get support Account transfers
Legal
Privacy Policy Terms & Conditions
© Clixio. All rights reserved. Made with ♡ in Australia.
Scroll to top Scroll to top Scroll to top