Use of Input Multipliers to insert values into DB collector where clause.
Scenario
Data is stored in a database, sometimes in massive volumes, where we only need to process a tiny subset of the data. Instead of processing the entire database table, collect a small subset of the data only, based on a variable value
...