Link an individual task?
I've tried searching for this and haven't found info - I apologize if it's out there!
Is it possible to send a link to an individual task? Sometimes, that's helpful. Since I group all relevant info into individual tasks on the card (e.g., attachments, links, and any conversation), it's sometimes really great to send a link to that specific task. For example, someone may ask about it on a call, and I could send a link in the call chat to all the relevant information, status, history, etc.
I've used Asana in the past and have been able to do this, not sure if the functionality exists in Smartsheet.
Answers
-
Andrée Starå ✭✭✭✭✭✭
Hi@Wade
I hope you're well and safe!
Yes, you can either use one of the following options.
- Send a Row feature
- Update Request
Would that work/help?
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå| Workflow Consultant / CEO @WORK BOLD
✅了我的帖子(s)帮助或回答你的问题吗tion or solve your problem? Please support the Community bymarking 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:[email protected]| P: +46 (0) - 72 - 510 99 35
Feel free to contact me about help with Smartsheet, integrations, general workflow advice, or something else entirely.
-
SCAMikeG ✭
Actually if you JUST want the Link/URL e.g. to paste into an email or another worksheet.... there seems to be a better /quicker way..
Right Click 'Properties' on the Row:
and Cut and Paste the 'Row Link
Which will look something like this :
https://app.smartsheet.com/sheets/36j7XXg3fXv7x2hx5hW3X85VJ39hx88jPGxq6px1?rowId=5458934392350596
Which you can then paste ....
Categories
You would use the below for Jan 2023 and adjust the month and year numbers accordingly for each of the other months.<\/p>
=IF(AND(MONTH([Start Date]@row)<= 1, YEAR([Start Date]@row)<= 2023, MONTH([End Date]@row)>= 1, YEAR([End Date]@row)>= 2023), [$ per month]@row)<\/p>"},{"commentID":387901,"body":"
Lets try a different approach.<\/p>
=IF(AND(VALUE(YEAR([Start Date]@row) + IF(MONTH(Start Date]@row)< 10, \"0\", \"//www.santa-greenland.com/community/discussion/82250/\") + MONTH([Start Date]@row))<= 202307<\/strong>, VALUE(YEAR([End Date]@row) + IF(MONTH([End Date]@row)< 10, \"0\", \"//www.santa-greenland.com/community/discussion/82250/\") + MONTH([End Date]@row))>= 202307<\/strong>), [$ per month]@row)<\/p> Basically we are creating a yyyymm stamp from the start and end dates and comparing them to the yyyymm stamp for that year\/month combo. The above is for July 2023 (202307).<\/p>"},{"commentID":387906,"body":"
<\/p>