What is your goal?
I’m trying to format a date/time field in a formula within a Google Docs template in Make. My field comes from a table that should output a formatted list.
j’essaie de formater un champ date/heure dans une formule dans un template google docs dans Make. Mon champ arrive d’un tableau qui doit me sortir une liste formatée
What is the problem & what have you tried?
Everything possible, but nothing works. My Array Aggregator output bundle is shown below, and my formula is: {{join(map(19.array; “date_heure_accueil_aller”))}}{{newline}} … date_heure_accueil_aller is a date field in Airtable. I’ve tested FormatDate and Parsedate. The expected result is a list of my dates, one below the other, in a cell of a Google Docs table. This works for all my text fields.
qu’avez vous essayé : Tout ce qui est possible mais rien ne fonctionne. mon bundle de sortie d’array aggregator voir ci dessous et ma formule : {{join(map(19.array; “date_heure_accueil_aller”))}}{{newline}} … date_heure_accueil_aller est un champ date dans airtable. J’ai testé FormatDate, parsedate. Le resultat attendu est la liste de mes dates, les unes au dessous des autres dans une cellule d’un tableau google docs. Cela fonctionne pour tous mes champs texte
Error messages or input/output bundles
[
{
“array”: [
{
“Lien_Html”: [
“https://drive.google.com/uc?export=view&id=1KyoB7Bxtj3_q3149T7XaLQnQYBmaOoIP”
],
“VACANCIERS”: [
“recvEYxLaJgI5gPZ2”
],
“Arriv_a_Paris_en”: “Avion”,
“Nom_Accomp_Aller”: “Mr DUPONT”,
“Part_de_Paris_en”: null,
“Tel_Accomp_Aller”: “+33660423528”,
“Ref_Train_Avion_Aller”: “AF1152”,
“Prov_Train_Avion_Aller”: “TOULOUSE”,
“Recap_Lieu_Accueil_Aller”: “AEROPORT CDG : terminal d’arrivée de votre avion.”,
“date_heure_accueil_aller”: “2026-04-12T14:00:00.000Z”,
“Recap_Lieu_Accueil_Retour”: “AEROPORT CDG : terminal de départ de votre avion.”,
“date_heure_accueil_retour”: “2026-04-12T14:00:00.000Z”
},
{
“Lien_Html”: [
“https://drive.google.com/uc?export=view&id=1KyoB7Bxtj3_q3149T7XaLQnQYBmaOoIP”
],
“VACANCIERS”: [
“recuLi0920A9qbBQa”
],
“Arriv_a_Paris_en”: null,
“Nom_Accomp_Aller”: “Famille”,
“Part_de_Paris_en”: null,
“Tel_Accomp_Aller”: “+33682393765”,
“Ref_Train_Avion_Aller”: null,
“Prov_Train_Avion_Aller”: null,
“Recap_Lieu_Accueil_Aller”: null,
“date_heure_accueil_aller”: “2026-04-25T05:00:00.000Z”,
“Recap_Lieu_Accueil_Retour”: “GARE TGV Aéroport CDG 2 : bureau Assist’en’Gare.”,
“date_heure_accueil_retour”: “2026-04-12T19:00:00.000Z”
},
{
“Lien_Html”: [
“https://drive.google.com/uc?export=view&id=1KyoB7Bxtj3_q3149T7XaLQnQYBmaOoIP”
],
“VACANCIERS”: [
“recYXo9fRqKvyMgjr”
],
“Arriv_a_Paris_en”: “Train : TGV Grandes Lignes - Intercités”,
“Nom_Accomp_Aller”: null,
“Part_de_Paris_en”: null,
“Tel_Accomp_Aller”: null,
“Ref_Train_Avion_Aller”: “OUIGO 52563”,
“Prov_Train_Avion_Aller”: “MARSEILLE”,
“Recap_Lieu_Accueil_Aller”: “GARE MONTPARNASSE : bureau Assist’en’Gare.”,
“date_heure_accueil_aller”: “2026-04-05T04:30:00.000Z”,
“Recap_Lieu_Accueil_Retour”: “GARE TGV Aéroport CDG 2 : bureau Assist’en’Gare.”,
“date_heure_accueil_retour”: “2026-04-12T16:00:00.000Z”
},
{
“Lien_Html”: [
“https://drive.google.com/uc?export=view&id=1KyoB7Bxtj3_q3149T7XaLQnQYBmaOoIP”
],
“VACANCIERS”: [
“recsYVBVBkHJoNSr6”
],
“Arriv_a_Paris_en”: null,
“Nom_Accomp_Aller”: null,
“Part_de_Paris_en”: null,
“Tel_Accomp_Aller”: null,
“Ref_Train_Avion_Aller”: null,
“Prov_Train_Avion_Aller”: null,
“Recap_Lieu_Accueil_Aller”: null,
“date_heure_accueil_aller”: “2026-04-25T05:00:00.000Z”,
“Recap_Lieu_Accueil_Retour”: null,
“date_heure_accueil_retour”: “2026-04-12T14:00:00.000Z”
}
],
“IMTAGGLENGTH”: 4
}
]







