Delta Ship Kurucusu Hakan Demir ile Özel Röportaj Yenilikçi Gemi Tedarik Hizmetleri
30 Ekim 2024 - Çar - 12:00
// 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();