From 96d7b0c362ec3c5d9205e73f50364dd936bb7e5b Mon Sep 17 00:00:00 2001 From: Thomas Dannenberg Date: Thu, 28 Aug 2025 18:48:38 +0000 Subject: [PATCH] Kapitel 13/Tutorial.md aktualisiert --- Kapitel 13/Tutorial.md | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/Kapitel 13/Tutorial.md b/Kapitel 13/Tutorial.md index 56e9bfb..8ab74fa 100644 --- a/Kapitel 13/Tutorial.md +++ b/Kapitel 13/Tutorial.md @@ -378,10 +378,18 @@ Im Ergebnis findest du im Feld `data[0].id` deine **User-ID** (z. B. `123456789` # Set Node – Felder übernehmen - -file_exists → ```json {{ JSON.parse($json.stdout).file_exists }} ``` -non_empty → ```json {{ JSON.parse($json.stdout).non_empty }} ``` -vods → ```json {{ JSON.parse($json.stdout).vods }} ``` +file_exists → +```json +{{ JSON.parse($json.stdout).file_exists }} +``` +non_empty → +```json +{{ JSON.parse($json.stdout).non_empty }} +``` +vods → +```json +{{ JSON.parse($json.stdout).vods }} +``` # WICHTIG @@ -391,20 +399,15 @@ vods → ```json {{ JSON.parse($json.stdout).vods }} ``` ### 6. State ermitteln (Set-Node – EIN Feld) - - - # State ermitteln - - -state → ```json {{ $json.file_exists === false +state → +```json +{{ $json.file_exists === false ? 'CREATE_AND_DOWNLOAD' : ($json.non_empty === false ? 'APPEND_AND_DOWNLOAD' : 'NEED_CHECK') }} ``` - - # WICHTIG - Aktiviere die Option: Include Other Input Fields → ALL.