Quote:
Originally Posted by capink
I am not a user of the Count Page plugin, so I can't help much. But the common error people do, is that they assume that conditions check every book which is not the case. It only works on the single active book selection.
|
My problem isn't that the column is blank. My problem is that when the Chain run 'Count Pages' (Goodreads) and the column is blank, 'Estimate Page/Word Count' is supposed to be activated. This is the condition I set:
Code:
program:
if 'goodreads:' inlist $identifiers && $#book_pages == ''
then 'yes'
else 'x'
fi
The conclusion I came to is that since 'Count Pages' runs these options as Jobs, the chain skips them for the next part of the chain, even when it hasn't finished extracting the metadata from Goodreads yet.

