Forum Discussion
M_McDonald
16 years agoSuper Contributor
Are you sure you need a Groovy script? You can use property expansions directly in the request, for example:
...
<SomeElement>
<SomeOtherElement>${PropertiesStepName#MyProperty}</SomeOtherElement>
<SomeElement>
...
How do you intend to execute the loop back over the request?
...
<SomeElement>
<SomeOtherElement>${PropertiesStepName#MyProperty}</SomeOtherElement>
<SomeElement>
...
How do you intend to execute the loop back over the request?