Sign in to join the conversation:
Is there a way to have an email address in a smartsheet cell be clickable to where it would open an outlook message?
Do you know if there is a way to do this? I need this!
If you are able to make their email a hyperlinked text field then you could use the mailto protocol to open in outlook.
<a href="mailto:ryan@dynamicduo.io">ryan@dynamicduo.io</a>
You could use some simple string concatenating to format the link.
Does this work for you?
Ryan
@Paula Cosentino (might be interesting for you as well)
@Allison Bishop
Hi Allison,
Unfortunately, it's not possible at the moment because the URL has to start with www or https , but it's an excellent idea!
Please submit an Enhancement Request when you have a moment
As a possible workaround, you could use a URL shortener service to create a clickable link.
You could also send the email from Smartsheet. Is that an option?
Would that work/help?
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!
@Ryan Kramer
Unfortunately, that won't work because the URL has to start with www or https.
Let me know if you find a way by not using a URL shortener service.
I'm receiving this message every time I try to open my sheets. I'm the only admin user. I have already performed proper troubleshooting, such as clearing the cache, logging in incognito, and logging out and back in, but the issue remains unresolved. It's been a few days, and I'm unable to track our projects and this…
I’ve created an automation that generates a document and forwards it to the individual specified in a cell. The line item also has several additional attachments associated with it. Is there a way to include those attachments with the generated document?
I have an automation set up that copies a row to another sheet each day. The automation itself works correctly, but the problem is that it copies the formulas rather than the values, which causes the formulas to break and return errors. How can I configure it to copy only the values instead of the formulas?