I'm testing a chain with
Books Added event that does this:
1. Searches for date:today, then selects all books on current book list view;
2. Runs a Quality Check action twice to swap author name FN, LN (this achieves the result I want in author sort column, as I have the tweak 'Author sort name algorithm' set to author_sort_copy_method = 'copy'.)
It runs fine, but I want to modify the search to select the items added in the last hour, or last 10 minutes, something like that.
The event manager has a specific option to 'Select newly added books" automatically but it will only select the most recently added one.
Any ideas welcome