April 29th, 2026
New

Two new nodes this release. Doc Extractor brings LLM-powered document extraction natively into your flows. MSSQL brings direct database access into Studio. Plus a round of fixes that were affecting real workflows.
New Doc Extractor Node: pull structured data from any document, right inside your flow.
Extracting structured data from PDFs and images used to mean stitching together OCR tools, custom parsers, and manual cleanup before anything useful came out. The Doc Extractor node does all of that inside Lamatic, in one step, using an LLM prompt you control.
This one came from the team hitting the same wall repeatedly while building document-heavy workflows.
PDF and Image Support: Extract from any document using a URL
Prompt-Controlled Extraction: Define what to extract and how to format it using a plain prompt
Flexible Output: Returns JSON, markdown, or plain text ready for downstream nodes
Multi-Page Documents: Combine multi-page outputs or process page by page
New MSSQL Integration: query your database without leaving Studio.
Testing queries against MSSQL used to mean switching between external tools, validating data outside your workflow, then bringing results back in. You can now connect directly to your MSSQL database from inside Studio and run queries in the same place you build.
Dedicated MSSQL Node: Connect with credential configuration built in
Query Editor: Write and execute SQL queries directly inside the node
Live Results: View query output inside Studio as you build
Connection Testing: Verify your database connection without leaving the platform
Improved Four fixes. All of them were affecting real workflows.Stripe Subscriptions: Subscription access issues with Stripe are now handled correctly, reducing unexpected access problems
Templates: Fixed cases where templates were not loading or being found correctly
Keyboard Navigation: Smoother focus behavior across forms for faster, more accessible input
Loading States: Clearer indicators when actions are in progress so you always know what Studio is doing