We’ve shipped version 1.2.0 with some foundational improvements to how you build workflows in D&G.
This release focuses on three areas: making tools easier to find, adding list operations that should have been there from the start, and improving BigQuery performance.
Tools Tab Redesign
We rebuilt the Tools tab in the Node Library. The old layout made it harder than it should have been to find what you needed.
What’s new:
- Cleaner organization with logical grouping
- Faster browsing and discovery
- Better visual hierarchy
The goal was simple: get you to the right tool faster.
List Operation Tools
Eight new nodes for working with lists directly in your workflows. No more workarounds.
- Count List Items — Get the number of elements in any list.
- Create List — Build a list from text by splitting on a delimiter.
- Filter List — Filter based on conditions with AND/OR logic.
- Join List — Join two lists of objects on matching properties. Supports inner, left, right, and full joins.
- Merge Lists — Concatenate multiple lists into one.
- Pick List Item — Select a specific item by index.
- Remove Duplicates — Clean up redundant entries.
- Slice List — Extract a subset using start and end positions.
These operations handle the most common list manipulation tasks we kept seeing users build manually.
BigQuery Improvements
We upgraded the BigQuery Reader with better performance and reliability.
What changed:
- Faster query execution
- Better error handling and messaging
- More stable connections
If you’re running data-heavy workflows with BigQuery, this should feel noticeably smoother.
Bug Fixes and Stability
Dozens of fixes across the platform. Smaller issues, edge cases, and general stability improvements.
Upgrade Now
Version 1.2.0 is available to all users. If you’re on an older version, you’ll see an update prompt in-app.
Questions or issues? Reach out to support or contact the team for assistance.


