Forum Discussion
joakimrosendahl
15 years agoNew Contributor
I'm gonna answer on my own post =)
Well, it seems like the idea kind of works. Need to gather all input data into one worksheet in Excel though (I can only iterate one data source?). Which leads to a worksheet with ~100 columns! But the rest seems to be feasible with a couple of scripts steps and a property transfer:
Something like that, if it's possible to execute disabled steps from script code. Is this the way to go?
Regards,
Joakim.
Well, it seems like the idea kind of works. Need to gather all input data into one worksheet in Excel though (I can only iterate one data source?). Which leads to a worksheet with ~100 columns! But the rest seems to be feasible with a couple of scripts steps and a property transfer:
- TemplateCall (SOAP step, disabled)
ExcelSource (Data source step)
ExecuteIteration (Script step)
RemoveUnwantedNodesFromRequest (Script step, disabled)
Call (SOAP step, disabled)
RecreateRequest (Property Transfer step, disabled)
LoopSource (Data loop step, Source = ExcelSource, TargetStep = ExecuteIteration)
Something like that, if it's possible to execute disabled steps from script code. Is this the way to go?
Regards,
Joakim.