I’d be happy to help, but with just the screenshot, it’s a bit difficult to identify the exact issue. Could you please share the workflow JSON here so I can take a closer look?
Here’s how you can do that:
First, run the workflow on your end.
Open the Email Trigger node. On the right-hand side, where you see the incoming data, click the pin icon to pin that data to the node. (This helps us test with the exact data that’s causing the issue.)
Select all the nodes in your workflow and press Ctrl + C to copy them.
Come back here, click the </> icon in the message box (to format the code properly), and paste the copied workflow JSON.
Once I have that, I’ll be able to give you more specific guidance.
// Liste aller erwarteten Felder als Schlüssel mit Default ‘’
const expectedFields = [
“Datum”, “Zeit”, “Vorname”, “Nachname”, “Institution”, “Wer bist du?”,
“E-Mail für Bestätigung, Fragen & Updates”, “Telefonnummer (Fragen und Notfälle)”,
“Wieviele Personen meldest du an?”, “Wann kommst du?”, “Möchtest du mit Tixi-Taxi kommen?”,
“Bist du mind. 20 Jahre alt?”, “Wenn du/ihr mit Tixi-Taxi kommen möchtet, brauchen wir die Adresse. SONST NICHT”,
“Falls du mehrere Personen anmeldet, bitte die Vor-und Nachname, Notfall-Telefonnummer bei Bedarf und ob Betreuer oder Ehrengast”,
“Besondere Bedürfnisse oder wichtige Informationen, die das Hilfe-Team wissen muss.”,
“Seiten URL”, “Benutzer Agent”, “Remote IP”
];
// Liste aller erwarteten Felder als Schlüssel mit Default ‘’
const expectedFields = [
“Datum”, “Zeit”, “Vorname”, “Nachname”, “Institution”, “Wer bist du?”,
“E-Mail für Bestätigung, Fragen & Updates”, “Telefonnummer (Fragen und Notfälle)”,
“Wieviele Personen meldest du an?”, “Wann kommst du?”, “Möchtest du mit Tixi-Taxi kommen?”,
“Bist du mind. 20 Jahre alt?”, “Wenn du/ihr mit Tixi-Taxi kommen möchtet, brauchen wir die Adresse. SONST NICHT”,
“Falls du mehrere Personen anmeldet, bitte die Vor-und Nachname, Notfall-Telefonnummer bei Bedarf und ob Betreuer oder Ehrengast”,
“Besondere Bedürfnisse oder wichtige Informationen, die das Hilfe-Team wissen muss.”,
“Seiten URL”, “Benutzer Agent”, “Remote IP”
];