I have a simple workflow that reads in a Text input which is then read into a Filter tool which is currently setup as [Control]=1 which then streams off TRUE records to go through the main processing in the workflow.
I then want it to run again but this time with the Filter tool set to [Control]=2. It needs to iterate this workflow, incrementing this Filter tool each time, where it's final run would be [Control]=40.
Any idea how I can do this? I haven't seen any examples of incrementing an integer number within a Filter tool.