Quote:
Originally Posted by ownedbycats
I have it working now and I posted in Action Chains scripts.
Another question:
Currently, the chain here halts the entire thing if I press 'no.' Is it possible to make it only apply to the next action in the chain?
Background:
Currently, I have two chains: "Send to Device" and "Send to Device + Add to TBR." They're identical except for a a single 'add to reading list' action. So instead of two chains, it makes sense to prompt for that one action. Putting it at the end works, but then that means I can't put my column re-sort module there.
|
You can use the chain variables action interactively (by checking the runtime box). It pops up a dialog where you where you set a value for the variable, you can then use the value to condition the action you want to run/skip.
Edit: A better approach is to use the
Chain Variations feature which is designed for this kind of thing. It will alleviate the need to have a pop-up prompt, as it allows you to have multiple menu entries for the same chain.