Hi!
I have a bunch of books where the second author (and any subsequent authors) represent the translator of the book. What I want to do is to automatically populate a user field called translator (which is of the same type as author) with all the authors except the first one.
I thought I could do this with 'search and replace' and regex, but it seems the regex works on each author independently
Any help would be appreciated!