Is there a way to collect all comments in one cell?
Hello everybody,
I have a workflow that creates a pdf after a series of approvals and collects the information of the line.
The problem is that the field "comments" is not available in document builder to drag and drop in the desired field of my fillable pdf, so as a workaround I wanted to create a new column that collects all the comments and then populate the comments in the pdf.
Answers
-
@Thibaut
Here is a way to collect all comments in one cell
- Add the latest comment column to your sheet. (Sheet A)
- Create a workflow to copy a row to another sheet (Sheet B) when the latest comment column gets a new value.
- Using an ID of Sheet A and Sheet B, collect the relevant comments in the "new column that collects all the comments."
A formula to collect the relevant comments using an ID of Sheet A and Sheet B
- =JOIN(COLLECT({Comments}, {Row ID}, [Row ID]@row), CHAR(10))
Please take a look at the demo DB in the following link.
-
Thank for your help.
I used the idea of the workflow and the addition of sheet B, I just modified the formula because with =JOIN(COLLECT({Comments}, {Row ID}, [Row ID]@row), CHAR(10)) I had a black cell as a result
Here's how I fixed it if anyone finds the same issue :
=JOIN(COLLECT({Comments}, {Row ID}, HAS([Row ID]@row),@cell)); " / ")
Again thank you for your time, now I can print all the comment in my automatic pdf 🤘
-
I’m glad to help. (^-^)
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 416 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives