Help with rename action
I want to create an action that will take those 3 files and rename name to cheese1.mpg, cheese2.mpg, cheese3.mpg.
I can do it if I use 'get selected finder items > Rename Finder items' but I want to use 'Find Finder items > Rename Finder items' so I can search a location and rename the files that match.
The problem is In the finder finder items action, if I enter 3 lines:
'whose name is 1.mpg'
'whose name is 2.mpg'
'whose name is 3.mpg'
Nothing happens as it appears they conflict with each other. I somehow need an 'or' between each line.
What should I be doing?