Datasets and Javascript
Hello everyone,
I am trying to use the 'datasets' along with javascript.
I have a psd for which a dataset is defined and is importing the images according to the information from a text document.
I have some set of images which will change each time and will be placed in the root folder using javascript with same filenames and I want to update the images without doing changes in the text document or the dataset whcih is defined.
I am able to update the images for the file which I used to define the variables and the dataset file using javascript (I used Script Listener for this). But after I replace the images with new set it'z not working.
Please reply for this if you have a solution
Thanks in advance