Getting this for scripts that worked on the prior day. It seems to be script-specific. It does not happen to every script. I think it has to do with node.js
This seems to be resolved. BAS did not like the Excel macro-enabled format that I added as a resource. I resaved the Excel file as a plain workbook and it fixed the problem.
I wrote some code with execute code
'request_deny(".jpg")!
request_deny(".png")!
request_deny(".gif")!
request_deny(".svg")!
request_deny(".bmp")!
request_deny(".woff2")!
request_deny("www.googletagmanager.com")!
request_deny("inews.gtimg.com")!'
Hey, I got the result in BAS variable but the result was an array but when it is passed to BAS variable it converts to string. I want to use that BAS variable as an array so i can loop through it, how can i achieve that please ?
The result of executing the action will always be a string, use a delimiter, then the string to parse into an array