Skip to main content

v27.0.12 - 06/16/2026

· 2 min read

This release makes sure nothing slips through the cracks: the Case step finally gets an Otherwise branch, Elements give your flows a memory, PDFs get to pick their outfit, and a flock of SubFlow and SmartFormula gremlins got shown the door. 🧹

Features​

  • The Case step now has a built-in Otherwise branch that runs whenever no other branch matches – including empty values – so a flow always has a fallback path; the step is also renamed to "Fallunterscheidung" in the German UI (CHN-288)
  • New Create Element and Set Element steps let you hold a single value or reference and update it as the flow runs, for lightweight in-flow state tracking (CHN-236)
  • The Create PDF Document step now lets you pick which report layout to render with; leave it empty to keep the report's default (CHN-285)
  • HTTP Request steps can now place a credential's username and password directly into the request body using {{credential.username}} and {{credential.password}} tokens, so you can authenticate SOAP and other body-based services without exposing secrets in the flow

Bugfixes​

  • Adding more than one SubFlow parameter or output in a single session no longer fails with a duplicate-line error (CHN-292)
  • When a step inside a SubFlow fails, the calling step on the parent flow now correctly shows as failed, and the SubFlow's log entries appear neatly under it instead of going missing (CHN-293)
  • References like {{find-records_results.no}} now resolve to the field value in text such as filenames, instead of being left as literal placeholder text (CHN-289)
  • SmartFormulas with a missing semicolon, or a format that only sets precision, now render the value instead of erroring or coming back blank (CHN-286)