How do I prevent multiple responses (same response) being received?
I send out a survey form to be completed. When I receive the response back there is sometimes a duplicate row/s created on Smartsheet. I have automation to receive the response via e-mail and it appears that the exact response is being received multiple times. How can I prevent this so that only one response is received per completion of a form per person completing it if I do not know who the contact/person completing it
is.
Answers
-
Hi Joyce,
I have an idea:
1- Create a RowID column with the Auto-number property
2- Create Duplicated column with the following formula. This formula checks if there are any rows with the same content as their previous row, marking them as Duplicated..
=IFERROR(IF(AND(COUNTIF(Content:Content, Content@row) > 1, RowID@row > MIN(COLLECT(RowID:RowID, Content:Content, Content@row))), 1), 0)
3- Create an automation worflow to remove any rows marked as Duplicated
Hope it works for you.
Gia Thinh Technology - Smartsheet Solution Partner.
-
Thank you Gia. This helped a lot. I am sorted.
-
I am happy to help.
Gia Thinh Technology - Smartsheet Solution Partner.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives