{#if $flowStore}
{#each $flowStore?.value.modules as mod, i} {#if i == 0 && $mode == 'pull'}

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 `flow_input._value`
{/if} {/each}
{:else}

Loading flow

{/if}