Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Hi,
I need help in using pub.string:substitutePipelineVariables for variables present in document list. This service is not substituting field value present in document list.
Example:
Document list A[0] has string B with value “gg”
while invoking service: input: inString: %A[0]/B%
Output: value: %A[0]/B%
Expected value is “gg”