Issue Summary:
The client required a new activity to be created in the system for each Google Form submission. However, only the first submission created an activity, and subsequent submissions failed to do so.
Root Cause: #
-
The Activity entity had multiple search keys enabled.
-
With multiple active search keys, the system mistakenly identified subsequent form submissions as duplicates of the first one, thus skipping activity creation.
-
Initially, one search key was disabled during troubleshooting, but two others remained active, which continued to block new activity creation.
Resolution: #
-
All search keys for the Activity entity were disabled.
-
Once disabled, the system correctly treated every form submission as a unique request.
-
As a result, a new activity is now created for each submission.
