Hi,
Hope someone should have solved this problem.
When we have a variable in input and we need to map it to a string table.
In the sting table I am using %/variable%
Now when the value is null, the string “%/variable%” is getting passed.
I want it to be null when it is null.
Thanks in advance,