View Single Post
Old 03-23-2025, 10:44 PM   #1464
correoparaappzz
Connoisseur
correoparaappzz began at the beginning.
 
Posts: 66
Karma: 10
Join Date: Nov 2023
Device: Kindle Oasis
Quote:
Originally Posted by capink View Post
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.
correoparaappzz is offline   Reply With Quote