Handlebars Helpers
Each
Loops over an array or object
NOTE
This an official Handlebars helper.
See the official Handlebars helper documentation for each
Example Looping over an object
This example takes the data submitted on the fields of the action.
It then loops over the data and converts it to a CSV formatted text value saved in stubpost_data_csv.
Example definition:
Action context:
Substituted definition
Example Looping over an array
This example loops over and array and outputs each text value.
Example definition:
Action context:
Substituted definition
Example Looping over an object with nested values
This example loops over an array of objects and outputs certain values.
Example definition:
Action context:
Substituted definition