I have the following command:
script: for each card in list "{*}Rocks{*}", ....
This currently executes on only the first list containing the word "Rocks" in its name.
Instead, I want it to execute on each list containing the word "Rocks" in its name.
How would I change my command to do that?
Thanks!
Alex