Question
Purposeful duplicates via form submission using partition id as hidden form
Hi,
Is it possible to use lead partition as hidden field on form?
Would like to allow record with the same email to exists in multiple partitions but not on one partition using partition id as custom dedupe field.
- There are three workspaces with each workspace links to multiple partitions
- Ensuring that form is linked to one partition
- Any form submission will only create/update record of that partition only without any partition management to move record from default partition to the correct partition
| Form Submission | Workspace | Partition | Status | |
| #1 | A | 1 | a@gmail.com | New record created in partition 1 |
| #2 | A | 2 | a@gmail.com | New record created in partition 2 |
| #3 | A | 1 | a@gmail.com | Record updated in partition 1 |
| #4 | B | 3 | a@gmail.com | New record created in partition 3 |
| #5 | B | 4 | a@gmail.com | New record created in partition 4 |
| #6 | B | 4 | a@gmail.com | Record updated in partition 4 |
Thank you!