Problem: When I run the macro, the prompt appears and I can enter a folder name, but no folder gets created. The Engine.log shows the macro executes with no errors, but the folder doesn't appear in the directory.
I've attached the macro. Can someone help me figure out what's wrong?
The reason is you cannot pass variables to a shell that way. You have to use a different way. The way you do it is explained here:
There's an important clue in the Editor that should give this away. In the upper right corner of the text box where you entered your shell command there is no "T", but in other boxes there is a "T".
If you see a T, then you can use tokens, but if there is no T, you cannot use tokens. You should learn to recognize this, as it will come up in other boxes in the future.
If you're running a simple shell script like that and it's not working it's always worth clicking on the little down arrow next to the script box and making sure that you haven't inadvertently got "Include No Variables" selected: