Hi, I have a workbench which is fed by a set of user parameters. It produces a dataset of 10.000+ buildings for a chosen municipality and extraction date.
Is it possible to create an input which loops through these user parameters:
Userparameter 1: City
Userparameter 2: Extraction date
Run | City | Date |
---|---|---|
1 | A | 2020-01-01 |
2 | B | 2020-01-01 |
3 | C | 2020-01-01 |
Workbench should behave like first run City A with first date, than City B with 2nd date, than City C with third date