Code:
program:
p = identifier_in_field(id:isbn)
g = identifier_in_field(id:goodreads)
if p then strcat(p)
else
if g then strcat(g)
fi
I was trying to make it show Goodreads only if the ISBN didn't exist. It didn't quite work as expected.
I'm still trying to figure these out.