This should be fairly straight forward but I'm not getting the desired results. I want to append a filename contained within a variable with additional text when its moved to another location.
In my experimental macro I've tried this among other things in the to field:
But the resulting filename is literally %TriggerValue%_Complete
So how can I append OR even prefix a filename contained within a variable?
Hoping I shouldn't have to place the desired appended text into a variable and concatenate it.
Btw, I did search the forum before asking this but I only found examples using iteration containers and I couldn't translate them to a more simplified task as I'm looking to do.
Without seeing your complete macro and therefore where %TriggerValue% comes from it's impossible to say for sure what's happening. Please post your macro.
Of course. Sorry, I thought the isolated macro would have sufficed and didn't want to overkill the question. Here you go. The if then else section is the one I created and am attempting to get working
Bounce and Process Audio File Ver. 3 Macro (v10.2)
Macros contain many moving parts, and some of them are hidden. Sometimes those hidden bits are the key(s) to troubleshooting a problem.
So... It's generally best to post the simplest possible test macro that demonstrates the problem you're having, and when possible a macro that doesn't require specialized software to run.
The easier you make it for others to test your work the more likely you'll get timely and useful assistance.
It's a good practice to test and eyeball a benign result when working with shell scripts and things like KM's move, copy, and anything else that requires a path.