From ca2e9458521fa6c127658bc0fcef289e9928a7a3 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sat, 6 Aug 2022 13:18:51 +0200 Subject: [PATCH] mention #350 as solving arbitrary forloops --- frontend/src/lib/components/FlowEditor.svelte | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/lib/components/FlowEditor.svelte b/frontend/src/lib/components/FlowEditor.svelte index c83d556f47..dbc8b2de5f 100644 --- a/frontend/src/lib/components/FlowEditor.svelte +++ b/frontend/src/lib/components/FlowEditor.svelte @@ -65,7 +65,10 @@ {#if i == 0 && $mode == 'pull'}
- Starting from here, the flow for loop over items from step 1's result above   + Starting from here, the flow for loop over items from the 1rst step's result right above +   We will support arbitrary for-loops very soon (See #350) This flow being in 'Pull' mode, the rest of the flow will for loop over the list of items returned by the trigger script right above. Retrieve the item value using