İnova Otomotiv: Sürdürülebilir ve Yenilikçi Otomotiv Çözümleri – Busworld Fuarı 2024
26 Eylül 2024 - Per - 14:22
// Loop over input items and add a new field called 'myNewField' to the JSON of each one for (const item of $input.all()) { item.json.myNewField = 1; }return $input.all();