View Single Post
Old 09-08-2025, 03:52 PM   #1527
capink
Wizard
capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.
 
Posts: 1,204
Karma: 1995558
Join Date: Aug 2015
Device: Kindle
Quote:
Originally Posted by ownedbycats View Post
My Cleanup: General chain I have set to selection_count() = 1 because I didn't really design it for multiple books.

Is a way to make a second chain where I can use to select multiple books and Chain Caller on each book separately?
Have a look at this. Make sure to set the chunk size in the settings of the "Modified Chain Caller" to 1.

Note: If you want to select books, instead of using scopes, you can use "Search Using Templates" action at the top of the target chain:
  • Use the following template:
    Code:
    program:
        globals(_book_ids)
  • Tick the checkbox: select books resulting from this template.
  • Tick the option: template output is a list of books ids

This is the closest thing to loop mechanism currently available for "Action Chains".

Last edited by capink; 09-08-2025 at 03:58 PM.
capink is offline   Reply With Quote