Avatar

Level 3

Basically, I am creating a file name in a JS script(based on the country name which I am getting from one of the schemas), putting that in a variable(tried with the instance variable too and changed the file name as well to avoid any confusions ) and trying to fetch that file name variable in the delivery activity,which I am using post this JS activity. In between these act two activities , I have few mandatory checks, implemented using various  other activities.

Definition of the variable in the JS-

instance.vars.xyzFile = 'TEST_' + 'GBR_' + vars.CompNam1 + '.csv';

Using delivery activity as I need to extract few other fields from that schema, including some codes, else could have used Extract

1298746_pastedImage_1.png

The strange thing is, this variable is getting fetched correctly, at  from the script tab of the delivery activity.

1298768_pastedImage_2.png

Hope its much clearer now.:) We can have a  quick call, if needed.