Said HOriginal post
Rank 3: Container
Hello, i was reading the documentation but can't find this. I just want to check whether it is possible to set up a function event to be triggered when there is an update to a specific document's attribute.
For example, an attribute named "status" gets updated from true to false.
Summary
User is asking if it's possible to trigger a function event when there is an update to a specific attribute of a document.
A workaround suggested is to create a second collection with only the specific attribute and listen to events for that collection.
However, it is clarified that events are document based only.