Hi, I ask me a question, is it possible to use the wix-data update() function in a afterUpdate() hook on the same collection without to risk to get a never ending loop ?
Calling update() from afterUpdate() will trigger it again so you’ll need to make sure to prevent loops yourself.