Here is what you could provide to a Set variable: ```js let text = 'PRENOTAZIONI GIORNO (Reservati

Here is what you could provide to a Set variable:

let text = 'PRENOTAZIONI GIORNO (Reservation Date) ' + {{Data}}[0]
{{Data}}.forEach((date, index) => {
  text += '\n\nNome e Cognome\n' + {{NomeCognome}}[index]
  text += '\n\Tavolo\n' + {{Travolo}}[index]
  text += '\n\Persone\n' + {{Persone}}[index]
})
return text
Was this page helpful?