Automation Editor
...
Forms Overview
Form Actions
Array Data
3min
a form can receive array data as input and display it for this example, we will use the transform data "parse array elements from text" action to emit some sample array data consisting of names and email addresses the first action emits three names simlarly, the second action emits three email addresses in the form design, we start by adding a multi input container and configure it to not allow lines to be added, removed, or sorted next we drop a line container within it then design how you want each line to appear for this example, we will just have two text entry fields side by side with a horizontal space between them the first text entry is named "name" for the person's name and the second is named "email" then for the "await form submission" action, we map the arrays to the text fields when the automation is executed, this is the resulting form when the form is submitted, the "await form submission" action will emit the names and emails as array fields