Variable in JS mapper

Hi, is it possible to use Variable in JS mapping statement ? I tried different variants of syntax, but nothing works.

Hi,

what type of variable you mean. In JS Mapper as well as in Node.js you can use variables / constants defined in the code. If you want to use general variable defined Integray you have to use the following example:

const myVar = "${#VariableName}";

Hope this helps.

Tomas.

1 Like

Thanks for help

Filip.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.