1. Handlebars Helpers
  2. Array to string

Handlebars Helpers

Array to string

Converts array values into a single string during Handlebars substitution. Useful for readable messages, reports, prompts, and integration payloads.

Uses

  • Use covert an array (list of items) into a comma separated string

Usage

Helper name : arraystring

Parameter Description
1 The array to convert

eg. {{#arraystring [array]}}{{/arraystring}}

Examples

Simple Array

Example definition:

loading...

Substituted definition

loading...