Duplication of form creation
Duplication of form creation should be highlighted to the user while creating a new forms based on the parameters is this possible.?
Comments
-
Hi,
I don't understand your question. Can you describe it in more detail?
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Andree..
Appreciate your support.
Below screenshot you will find I created two rows with same data..
Would it be possible I someone input the duplicate data using the form it should popup a message( information already exist so that no one enter duplicate data and add a new row )
Instead of adding the same duplicate row its should popup line already exist something like this..?
-
Happy to help!
Unfortunately, it's not possible to get a message in the form about it, but it could work to get an update request sent if there is duplicate data already in the sheet. Do you want to check a specific field or a combination of fields?
Would that work?
Best,
Andrée
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Combination of fields.Could you please provide the steps how to do it.
this means, if there fields are same it should send an email to the user that he has submitted a duplicate entry.
Thanks
-
Hi Andree,
Can you please support here..Thanks!
-
If possible, I would use a combination of the JOIN function and a checkbox column type.
Add a new column and add the formula below (change the column names as needed)
This formula will JOIN together the columns chosen in a string of text.
=JOIN([Request Name]@row:[Assigned PM:]@row; " ")
The same version but with the below changes for your and others convenience.
=JOIN([Request Name]@row:[Assigned PM:]@row, " ")
Add another column and set it as a checkbox type column (change column name as needed)
This formula will check for duplicates in the text string created with the JOIN function above.
=IF(COUNTIF(Join:Join; Join@row) > 1; 1; 0)
The same version but with the below changes for your and others convenience.
=IF(COUNTIF(Join:Join, Join@row) > 1, 1, 0)
You could then add an Alert and Action update request rule that would trigger from the checkbox combined with a date or something else to only trigger for the latest entry that is a duplicate.
Would that work?
Best,
Andrée
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Hi Andree,
Getting an error with the formula.
Also can you help how to set the alert and action so that when the auditors try to submit the duplicate form he get an trigger automatically
-
Where are you located?
The formula is different depending on your region.
It also looks like you need to change the column name or the reference to it (Join) in the formula.
Best,
Andrée
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Didn't get you..please fix the error the screenshot
-
Where are you located? (which country?)
The formula is different depending on your region.
It also looks like you need to change the column name or the reference to it (Join) in the formula.
Best,
Andrée
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Hi Jimmy,
How did it go? Did you manage to get something set up?
Happy Holidays & Happy New Year!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives