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.
Email : thinh.huynh@giathinh.tech -
Thank you Gia. This helped a lot. I am sorted.
-
I am happy to help.
Gia Thinh Technology - Smartsheet Solution Partner.
Email : thinh.huynh@giathinh.tech
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 452 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives