I need the macro to make some actions if something is selected in Finder and another action if it's not. I've tried this one:
but it doesn't work, showing "Currently true" whenever something is selected or not.
I need the macro to make some actions if something is selected in Finder and another action if it's not. I've tried this one:
but it doesn't work, showing "Currently true" whenever something is selected or not.
%FinderSelection% is not a Variable. It is a Text Token. So, your test should look like this:
Thanks!
And if you ever need to do this in other apps, a useful thing is to check if the Copy menu item is enabled—typically (I'm looking at you, VS Code!) it's not unless something is selected.
-rob.