specter

Latest version: 1.1.3
nathanmarz 2021-04-03T02:22:59.019Z

@franco.gasperino navigators in a transform expect values to transform to the same concept. in the case of ALL on a map it expects the transform to return new key/value pair or NONE to remove

nathanmarz 2021-04-03T02:23:07.019200Z

you probably just want to use select

nathanmarz 2021-04-03T02:24:08.019700Z

@stopachka it would be a lot more efficient to build a set of existing book names first and then filter your append based on that

❤️ 1