Hello everyone,
I'd like to create a directory as a part of an automated action. When I import the "os" module to do so, I get an error:
forbidden opcode(s) in "import os\nstorage.os.mkdir('test')": IMPORT_NAME
It seems like it is forbidden to import modules in the automated action code. Is there a way to go around this?
Best regards,
Wojciech Nadobnik