Message Builder

Most recent version: v1.0.0

Learn more about this Action in this article.

v1.0.0

Released on 06/04/2025

Added mode selector with 4 modes: • "None": free text editor for the user to input expressions. Same behaviour as previous versions • "CSV": given a value separator, and a list of fields/literals, generate a CSV output • "Key-Value": given a Key-value separator and en external separator, and a list of key value objects, generate a KV list • "Json": given a list of key value objects, generate a JSON object (no nesting)

v0.2.1

Released on 04/07/2025

  • Character # is now accepted as a valid character in event field names.

v0.2.0

Released on 10/30/2024

  • Fixed the issue of surrounding characters when the delimiter is found in a field. The field value should be surrounding only if it contains the delimiter.

v0.1.1

Released on 09/05/2024

  • Timestamp represented in milliseconds.

v0.1.0

Released on 09/05/2024

  • Added support for _{xxx} tokens. They will be replaced by the content itself.

v0.0.2

Released on 07/04/2024

  • When a field's value includes occurrences of the field delimiter used, the action can be told to perform some action on it.

v0.0.1

Released on 05/06/2024

Initial version.

Last updated

Was this helpful?