Quote:
Originally Posted by ownedbycats
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".