Hello everyone Here is my problem : I have some fields in a repeating section that have to be computed by a sheetworker. They depend on some field that have default values defined. If these default values are never changed, then my worker is never called. Is there any way to call a sheetworker when a repeating item is created ? Somehow, I have not found any way to do this, only a way to call the worker when an item is removed. Thanks