Using value map
I am using a local variable and using a substring to get the first 15 characters of the local variable. The output is exactly what I needed. Then I take the output of the substring and use it as in input into a value map. This is where it fails. No matter what I try, I can not use the value map with the substring of the local variable.
0
-
Once you have the output of the substring, store the output in another local variable. Use this local variable as the input to the value map. This should resolve the issue.
0
Post is closed for comments.
Comments
1 comment