Icon

03_​Flow_​Variables

This directory contains 7 workflows.

Icon01_​Using_​Flow_​Variables_​for_​the_​Time_​Range 

Using workflow variables in a Java Snippet node This workflows shows an example of filtering data with flow variables that indicate date and time values. […]

Icon02_​Using_​Flow_​Variables_​to_​control_​Execution_​Order 

Using flow variable connection to control execution order In this workflow, the data are first written into a temporary (in-memory) SQLite database and […]

Icon03_​Create_​and_​Consume_​Flow_​Vars 

Creating and Using Flow Variables This workflow extracts data for a given country, aggregates it, and renames the aggregated column to the country name. […]

Icon04_​Extract_​Data_​for_​Highest_​Sale_​Country 

Using Table Output as Flow Variable It is easy to find the country with the highest number of sold items with: - a GroupBy node to calculate the […]

Icon05_​Modified Variables Propagation in GET Request Captured in Try Catch 

Modified Variables Propagation in GET Request Captured in Try Catch The workflow sends a GET request inside of a Try & Catch construction. The flow […]

Icon06_​Modified Variables Propagation in GET Request Loop 

This workflow demostrates the use of the option "Propagate modified loop variables" available in Loop End nodes. The workflow repeats sending GET requests […]

Icon07_​Modified Variables Propagation in GET Request Nested Loop 

This workflow demostrates the use of the option "Propagate modified loop variables" available in Loop End nodes. Given a list of search terms, the workflow […]