Array into a list

I need to create a simple scenario where a list of names takes from AirTable is sent as a list via email.

I have done the following:

  1. A list of Names is pulled from a specific AirTable view.
  2. AirTable outputs a number of bundles, which I think I have to be converted to an array.
  3. Array needs to be converted to a simple list split by a new line.
  4. List needs to be passed to Email.

I am stuck at step 3.

I think I figured it out. Not sure if this is the best/simplest way to do this

  1. Make an array
  2. Map values for Name
  3. Join the Name values with a newLine
  4. Pass the list into eMail.


Screen Shot 2023-01-26 at 3.45.24 PM
Screen Shot 2023-01-26 at 3.45.32 PM

2 Likes