I've added a lot of tweaks in the Plug-in Tweaks. But I can't make this work. The two fandom columns are columns build from other columns.
Code:
'_ AO3': '{#fandom_main} & {#fandom_secondary}/{author}/{title} ({#story_id})'
I've also tried the following ways of separating the fandoms:
Code:
'_ AO3': '{#fandom_main}, {#fandom_secondary}/{author}/{title} ({#story_id})'
Code:
'_ AO3': '{#fandom_main} + {#fandom_secondary}/{author}/{title} ({#story_id})'