How would you do this?
I have a dct with about 25 replicantes...let's say it is a sales rep associated with 25 different locations. In each location their bio/info differs. I added the fields Name and ID outside the replicant and all the other stuff (location, tele,..) as part of repicant. This is for ease of use for the user (Don't want to have to manually create 25 separate drc's now do we)...but programmatically I need to generate 25 separate html files.
In a wf, thought a script I want to generate 25 html files. Since I cannot pass additional parameters to iwgen how could I handle this?
The Professor-