Message Builder
Most recent version: v1.0.0
Last updated
Was this helpful?
Most recent version: v1.0.0
Last updated
Was this helpful?
Learn more about this Action in .
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)
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.
Released on 09/05/2024
Added support for _{xxx}
tokens. They will be replaced by the content itself.