Hi there,
I am using the following global keyword as part of the HTML for an Asset Listing I am using:
%globals_random_1_3%
The asset listing is rendering a JSON data source and I want to append a random number in my HTML. My JSON currently has 3 items and the problem I have having is that each JSON item is assigned the same number - which leads me to believe that this keyword will generate a random number for each page load, not each asset iteratoin. Is that correct? If so, is there anyway I can get around this?
Cheers,
Nathan