Not certain it's an issue with the MongoDb connector, but it works locally with memory datasource. Once I switch over to mongo, no luck. Adding some extra logging, the computed value gets computed correctly, and ctx.instance[property] = res gets executed with the correct value. But somehow this value never makes it to the output.
Not certain it's an issue with the MongoDb connector, but it works locally with memory datasource. Once I switch over to mongo, no luck. Adding some extra logging, the computed value gets computed correctly, and
ctx.instance[property] = resgets executed with the correct value. But somehow this value never makes it to the output.