v27.0.5 - 05/12/2026
ยท 3 min read
SmartFields go full self-service ๐ inline {{var;format}} suffixes, four built-in defaults, and an authoring surface that's finally caught up. Plus post-it notes ๐ on the editor canvas โ flows now come with the docs built in.
Featuresโ
- Decision step config shows an inline cheat sheet for the supported condition operators. (CHN-189)
- New Revert changes action on a Draft flow discards the draft and returns to the last published version. (CHN-188)
- SmartField placeholders accept an inline format suffix โ
{{today;9}}formats the value on the fly. (CHN-202) - Four default SmartFields โ
today,currentDateTime,currentUser,currentCompanyโ available everywhere without authoring a Set first. (CHN-201) - Canvas notes: post-it style annotations on the flow editor. Double-click the canvas to add; six pastel colors; follow the draft/publish lifecycle. (CHN-200)
- Licensing UI Active Flows caption reads "Active Flows (all environments and tenants)" so the cross-tenant scope is unambiguous. (CHN-183)
- Start manually on a Draft flow prompts to publish first โ publish & start, start the published version, or cancel. (CHN-187)
- Execution card surfaces the last log message; clicking it drills into the chronological log list. (CHN-186)
- New copy button on every action and group block โ attach a duplicate ghost to the cursor and drop it at any insert point. (CHN-193)
- Published flows are read-only by default; an explicit Edit flow action transitions to draft. (CHN-195)
- Export flow to file prompts for the version when a flow has both a draft and a published version. (CHN-184)
Bugfixesโ
- Removed a dead install-trigger code path that broke fresh installs on tenants with existing AutoFlow data. (CHN-209)
- Manual Run this flow on a Draft flow prompts to publish first instead of running the stale draft silently. (CHN-206)
- ForEach steps with placeholder selectors (
{{users}}) no longer raise SelectorWrapperRequiredErr. (CHN-205) - The Log step writes at Info level, so log entries are visible by default in the execution log. (CHN-203)
- Filled in 18 missing German translations across HTTP-Request, Sleep, Decision, ForEach, and credential UI. (CHN-185)
- SmartField slug lookup returns the documented
-1sentinel on miss instead of throwing. (CHN-211) - SmartField Set authoring: AssistEdit picks persist, the card header refreshes after switching tables, and new Sets appear in the list without close+reopen. (CHN-204)
- Leaving a Draft flow with unpublished changes shows a confirmation prompt (toggle in AutoFlow Setup). (CHN-197)
- Newly added SmartFields no longer disappear after closing the Edit SmartFields modal a second time. (CHN-198)
- The Lookup Field column in the SmartField reference editor is disabled when Lookup Type is Const or Filter. (CHN-192)
- SmartField table lookup columns show the target table in the header ("Field from Customer" instead of plain "Field"). (CHN-191)
- SmartField Type column on the authoring surface is captioned Source with a "Field: โฆ" row label, disambiguating it from the runtime Value caption. (CHN-190)