v27.0.7 - 05/13/2026
Β· One min read
Binary fields now land in Blob and Media too π¦ β plus correctness fixes for empty loops, nested JSON, and empty HTTP bodies, so the pipeline stops biting when you do something reasonable.
Featuresβ
- Insert/Modify-Record now writes binary SmartFields (or a literal base64 string) directly into Blob/Media fields β a bare
{{pdfBody}}streams bytes 1:1, base64 decodes in place. Long field values are no longer silently truncated at 2048 characters on save. (CHN-223)
Bugfixesβ
- ForEach cleanly skips the loop edge when the selector resolves to an empty array β previously the loop ran once with an unresolvable
currentItem. (CHN-224) - Empty HTTP bodies no longer trip an INDEXING runtime error during SmartField placeholder detection. (CHN-220)
- SmartField values containing embedded JSON (e.g. a
currentItemfrom a JsonToken loop) are spliced into the next step's configuration correctly β fixes theJsonObject.ReadFromabort with "Die Daten stellen kein gΓΌltiges JSON-Token dar." (CHN-222)