Currently the QuickSurveys initiation event that logs the editCountBucket is setting an incorrect field name causing a null value to be logged. The operation that sets editCountBucket needs to be changed so that is sets the correct field name in the dataset.
field name in dataset -
In the codebase we are assigning the edit count to a non-existent field name called userEditCountBucket when it
should be assigned to event.editcountbucket as per db schema above
This should resolve the issue blocking T303740