v27.0.16 - 07/23/2026
ยท One min read
Connections that hold ๐ โ flows now pass real record links from step to step, and triggers on auto-numbered tables keep hold of their record.
Featuresโ
- Record-link (RecordId) fields now work with reference SmartFields: filter on them in Find Records with
{{rec}}or{{results}}, and write them in Insert and Modify Record โ flows can store and match records by the references earlier steps produced (CHN-346)
Bugfixesโ
- Flows triggered by an insert into a table with auto-assigned numbers (AutoIncrement) now receive a record reference that resolves โ previously the referenced record could not be found by the time the flow ran (CHN-347)
- A bare placeholder like
{{results}}for a multi-value Parser output now returns the first element instead of staying unresolved (CHN-348)