Skip to main content

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 currentItem from a JsonToken loop) are spliced into the next step's configuration correctly – fixes the JsonObject.ReadFrom abort with "Die Daten stellen kein gΓΌltiges JSON-Token dar." (CHN-222)