Forum Discussion
bojanvelevski
4 years agoValued Contributor
Hey @Rahul,
The eval() function can help you in this case. Try the following:
param = '["SENDING_PLAN","TRACKING_PLAN"]' - String
expression in mapper -> eval(_param)
Hey @Rahul,
The eval() function can help you in this case. Try the following:
param = '["SENDING_PLAN","TRACKING_PLAN"]' - String
expression in mapper -> eval(_param)