InputN/A. Range StrategyThis strategy generates a list of value from Start inclusive to End exclusive, with a step for each value. You are free to generate the object you want with the Output expression. Iterate over List StrategyThis strategy creates a flow using a List. List expression example: ["value1", "value2"] OutputA stream containing n documents with n >= 0 ExampleIf you want to generate six documents containing a float value from 1.0, separated with a step of 0.5: |