Hi,
FYI.
As per my understanding, webMethods doesn’t have the in-built capability to do the substitution at more than one level.
For example, i want to retrieve the data from a particular stringList (stringList_to_check) at particular index (index_to_retrive) without a loop and branch.
So to do this we need to set value for a pipeline variable as %stringList_to_check[%index_to_retrive%]% along with pipelineVariableSubstitution checked. So it’s a dual level substitution which won’t work using this.
So in-order to do this, there a special java service in PSUtilities package called as substituteVariables which will do this job.
– Punith
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods