i just noticed our LUA script not always works.
the script is
if string.find(string.lower('%PathName'), '/gct/3. booking token applied/') then
do something
en
for example, when the file is D://WFTP/Data/GCT/3. Booking token applied/a) Customer sample with booking ticket/Gold Class Hopper BRT Token 27-11-2020.xlsx, i can see an error 'Failed to execute lua script of event'
i initially though that was because of '-', but other files with '-' seem to be fine when in other folders.
An ideas?