Forum Discussion
Cele
4 years agoNew Contributor II
You can try to use the expression below in a mapper
$VARIABLE_ID != null && $VARIABLE_VALUE != null && $.extend({ 'TRANSLATION_ID': $VARIABLE_ID.split(',').reduce((acc, cur, index) => acc.replaceAll([cur], $VARIABLE_VALUE.split(',')[index]),$TRANSLATION_ID) }) || $
RaymanPrince
4 years agoNew Contributor II
Hi @Cele
Many Thanks
The solution works as expected.