Is it possible to update a document in watcher

I want to update a value in the document when a condition is met. By using Transform script can i update a value of the document.

Hey,

a transform is only changing the payload of the watch execution context, but does not modify any documents. If you want to do that, you need to use the index action

--Alex

Thanks Ales

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.