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 an 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.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.0
Released on 09/05/2024
Added support for
_{xxx}
tokens. They will be replaced by the content itself.
Last updated
Was this helpful?