We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need to track changes made so that I know which item is newly created or only updated.
There's no documented examples on how to do this with watch channels and I can't figure it out.
For now, I'm using txn.TrackChanges() instead so my problem is solved but it should be possible to do this using the watch channels, right?
txn.TrackChanges()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I need to track changes made so that I know which item is newly created or only updated.
There's no documented examples on how to do this with watch channels and I can't figure it out.
For now, I'm using
txn.TrackChanges()
instead so my problem is solved but it should be possible to do this using the watch channels, right?The text was updated successfully, but these errors were encountered: