Can smartsheet report who checked a checkbox
Dear Mr/ Ms,
I'm looking for ways to organize document control in Smartsheet through check boxes if/when documents are revised by colleagues. I'm looking for a way to 'check' a box, and then in another collumn(s) report who checked the box and what time/date this box was checked, is this possible?
I found that there's a way to report who made the last changes to a complete row, but since the sheet/rows is constantly updated, I'm looking for a way to just focus on the collumn that says if a document is revised (or not)
If this is possible, could you help me by giving an example of a formula?
Thank you in advance and looking forward to your reply,
Answers
-
There are a couple of different options. You could use the API or a 3rd party app such as Zapier, but if you do not have access to those, you can use a combination of a Copy Row Automation and cross sheet formulas to pull that data.
-
@Tomas Giele , this would be very easy using the APIs. Basically just listen for the checkbox being checked. Then read through the results as in the example. Then just use a key-value pair for each candidate updater and update the respective field for the row.
Sample data from API docs.
{ "columnId":4567890123456789, "displayValue": "Revision 3", "columnType": "TEXT_NUMBER", "value": "Revision 3", "modifiedAt": "2013-06-24T00:10:18Z", "modifiedBy" : { "name" : "Jane Smart", "email" : "jane.smart@smartsheet.com" } },
-
Hi Tomas,
As Paul answered, there are a few different options
I've developed something similar in many client solutions, and it's my preferred one.
We can do this with Automations and a Workflow to copy the rows automatically to another sheet and have the information added/stored.
We'd then use a VLOOKUP or INDEX/MATCH formula to collect the information back to the sheet.
Make sense? Would that work?
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
✅Did my post help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
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.
-
@Andrée Starå @Paul Newcome with the recent updates to workflows is there now a more straight forward way to record if someone checks a box?
-
Hi @jg124
I hope you're well and safe!
It depends. What is it more specifically that you'd like to record?
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
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.
-
@Andrée Starå Can you explain a little bit more. I have added the copy to new sheet automation but what VLOOKUP or INDEX/MATCH would you use?
-
@James Sawyer You would need a unique identifier on each row of the working sheet. Then you would use an INDEX/MATCH to index the column you want to pull in and match on the unique id.
=IFERROR(INDEX({Column To Pull From}, MATCH([Unique ID]@row, {Unique ID Column}, 0)), "")
-
I hope you're well and safe!
You can add the System column, Auto-Number, and something like Paul's example.
I hope that helps!
Be safe, and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Please support the Community by marking the post(s) that helped or answered your question or solved your problem with the accepted answer/helpful, Insightful/Vote Up/Awesome. It will make it easier for others to find a solution or help to answer!
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.
Help Article Resources
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
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!