Quote:
Originally Posted by ownedbycats
New question: I have this template that populates my Kobo collections column. (Non-composite, Action Chains single-field edit).
|
It is very hard to know how to "fix" this without knowing the universe of possibilities.
The following works for your example. I don't know if it will work in general. It removes any value in #booktype from #kobocol before merging, which seems to be what you are looking for.
Code:
new_colls = list_union(list_difference($#kobocol, $#booktype, ','), colls, ',')