Enhance your workflow automation with our latest feature introduction: Pluck and Join helpers. These powerful tools streamline the extraction and formatting of product details from order submissions, enabling seamless integration with external platforms like Google Sheets. Whether you’re processing online store orders or handling complex data sets, this new feature ensures efficient data handling and reporting.
Pluck and Join are the latest additions to our workflow automation toolkit:
This update allows dynamic extraction and formatting of product details, minimizing manual efforts and maximizing automation efficiency.
Initiate the workflow using triggers like Order Form Submitted or Inbound Webhook. This sets the stage for the automated process.
{{ pluck order.line_items "title" }}
{{ join (pluck order.line_items "title") ", " }}
For example, use the “Create Row in Google Sheets” action to log products:
{{ join (pluck order.line_items "title") ", " }}
Run test orders to verify the accuracy of data extraction and ensure correct formatting before launching the workflow fully.
225847a87520044784e35f916990550d
Our primary goal is to simplify data extraction and formatting for automation users, reducing manual effort in integrating product data with external systems like Google Sheets. With this update, users can create versatile workflows tailored to specific needs, such as sending precise product details like product titles.
Scenario: Send online orders’ product titles to Google Sheets.
{{ join (pluck order.line_items "title") ", " }}
"TEST OFFER, ANOTHER PRODUCT, LAST ITEM"
Discover how this feature can enhance your data workflows by exploring more on our Product Updates page.
Check out our latest feature enhancements in our recent posts, such as the Effortless Social Sharing for Your Blogs, to learn more about improving your digital marketing strategies.