String operations on a parameter value as input to another parameter
I have parameter A which is populated by extracting data from a previous Response. I now want to create parameter B which will contain a substring of parameter A and use this in next Request. ...