Connect with peers, share your expertise, and inspire what’s next in Smartsheet — from proven practices to practical how-to insights from fellow users and product experts.
Sign in to join the conversation:
Can you share contacts or contact groups with other smartsheet users? Similar to how you share a filter or another way?
Hello... If you are on a team or business plan you can manage groups of contacts.
https://help.smartsheet.com/articles/1554165-managing-groups-team-business-enterprise-
If you are working within a My Contact list your abilities are limited to what is stated on this document.
https://help.smartsheet.com/articles/796143-managing-contacts
I hope those links help!
I have two sheets that use the exact same workflow: Trigger: When rows added/changed When checkbox - checked Send to contact in a cell Then record date In one sheet the workflow works as intended. In the other, the workflow appears to work (date is recorded) but no notification is received. I have already confirmed that…
Hello. I am currently making a form to track events associated with current locations. These locations will be referred to by their unique, 5 digit ID; however, this form will be used by many different people in and outside the organization, so I would also like to display the physical location so people can double check…
I have build a email validation in my sheet where entered emails from a form are entered in a contact field. another field verify the address and validades using the following formula: =IF(FIND("@xxxxxxx.com", [Student eMail]@row) = 0, 0, 1) if the checkbox is triggered (=0), then the registration is valid, and the the…