Skip to main content

v27.0.33 - 09/10/2026

ยท 3 min read

SmartFields now come to you: drag them straight out of a panel that turns up wherever you need one. Webhooks are set up in one go, filters are built from clickable blocks, and a whole pile of small annoyances has been shown the door. ๐Ÿชโœจ

Featuresโ€‹

  • Trigger a flow from an external system with the reworked Webhook trigger: it is registered from the Portal in one handshake, Business Central sets up the connection for you, and only the HTTP methods you allow get through โ€“ available on Business Central online (SaaS) only (CHN-439)
  • Build filters right on the step configuration as a line of clickable blocks โ€“ each side of a comparison takes SmartFields, SmartFormulas and SmartDates, the brackets are yours to set, and the Test panel and the "Edit as text" view are one click away (CHN-452)
  • Pick SmartFields from a tree that shows your step outputs and every referenced table at once, is fully keyboard-operable, and loads deeper levels as you expand them (CHN-454)
  • Drag a SmartField straight out of the new panel beside the step configuration onto the field that needs it โ€“ it lands where your pointer is (CHN-455)
  • Reach the SmartField panel in every full-page SmartField surface โ€“ the SmartText and SmartCode editors and the SmartFormula, SmartDate and SmartFilter builders (CHN-456)
  • Write the body of an HTTP Request or Respond to Webhook step in a new code editor that keeps your JSON or XML valid and copy-pasteable while still colour-coding SmartFields, SmartFormulas and SmartDates (CHN-449)
  • Choose which key a SmartField reference reads on and in which direction, so access stays fast when the reference doesn't filter on primary-key fields โ€“ and "Descending" hands you the newest of the matching records, in a ForEach loop too (CHN-448)
  • Reorder rows in any step-configuration grid by dragging their handle or using the arrow keys (CHN-445)

Bugfixesโ€‹

  • The "Set parameters..." button on the Create PDF Document and Run Codeunit steps now opens the report request page instead of doing nothing (CHN-457)
  • Renaming a Reference SmartField keeps its filters, key and sort order, and a name already taken on the same table is refused instead of silently merging the two definitions (CHN-451)
  • The SmartFormula and SmartDate builders no longer switch to a dark theme when your operating system is set to dark mode (CHN-450)
  • Inserting a SmartField, SmartFormula or SmartControl no longer writes a stray space into the value (CHN-446)
  • Typing in a step-configuration grid cell no longer loses focus after every keystroke (CHN-441)
  • Pasting into a SmartField value now inserts plain text, without dragging the source's formatting along (CHN-440)
  • Deleting a flow, or leaving the large flow editor, no longer asks you about unpublished changes that aren't there (CHN-437)
  • Connecting to the Gallery no longer fails when the Portal issues a fresh API key (CHN-436)
  • The flow preview in the Flow Workspace now uses the same dot grid as the flow editor