diff --git a/frontend/src/lib/components/FlowEditor.svelte b/frontend/src/lib/components/FlowEditor.svelte index dbc8b2de5f..0ff797d2e8 100644 --- a/frontend/src/lib/components/FlowEditor.svelte +++ b/frontend/src/lib/components/FlowEditor.svelte @@ -65,10 +65,11 @@ {#if i == 0 && $mode == 'pull'}
- 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) +

+ Starting from here, the flow for loop over items from the 1rst step's result right above +  
We do not support any other kind of for-loop at the moment but we will 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