good morning,
I just updated my BAS application.
after I try RUN my script there is an error "[01:10:07] Script finished with error : SyntaxError: Parse error during execution of action 662833350" but I don't know where the error is?
Edit: I found the location of the error by changing to Classic theme. if in Modern theme does not appear its section id. How to bring it up in Modern Theme ?
Select "Mix Lines" in the resource, that way all the lines are mixed and thus it will have a random line. Or you can use javascript to mix the array list using function shuffle to get a better constant randomization. I believe there's also the option "Shuffle List" under the "List" option
Thank you! it worked, i was using [[VARIABLE]]/Images.txt with expression, it was also giving me error but then i used it with string then it worked. I thought in string, variables values cannot be used :)