|
The currently supported RunSavedSearchReplaceAll accepts one parameter on the line which represents the full name of the saved search or saved search group. Remember Group names end with a "/" just like you see as the tooltip when hovering over a group or search in the SavedSearch Dialog.
For example I have a search group called AutomateTest with two searches in the group named test1 and test2.
If I add the command:
RunSavedSearchReplaceAll AutomateTest/
it will run the group (both tests)
instead if I do:
RunSavedSearchReplaceAll AutomateTest/test2
it will run just the test2
Last edited by KevinH; 08-24-2021 at 12:34 PM.
|