
Update Requests | Smartsheet Learning Center
https://help.smartsheet.com/learning-track/smartsheet-intermediate/update-requestsAutomated Update Requests
Good Morning,
I have a Smartsheet set up with some pre-populated fields (i.e. Group Name, Ground Contact, etc.). I created a form to capture additional details for this group.
I have an automation to send an Update Request to the Contact, with the pre-populated fields and requests for additional fields to be updated. However, when the Update Request is sent, it only sends the Field Name and not the other information.
Is there a way to send the Full Form and request updates?
Thank you,
Kevin Viator
Update Requests send purely the row information (column names + details in the cell) as you've found.
If you need to add helper text, you could have hidden, locked columns in your sheet that are arranged right before each field, with text in the cell as your helper text.
I would personally do this with a column formula, like so:
=IF([Column Name]@row <> "", "add your text here")
Making it a column formula will ensure it appears for each of your rows. (Again, you can hide this column). It also means that field will not be editable in an Update Request:
More information:
Cheers,
Genevieve
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
In the fields, make sure the specific fields you want to see are selected:
Jacob Stey
Jacob,
Thank you for the response. I've tried this approach but the fields come over with just the Field Name and none of the help text, which I need to be there for the client to properly fill out the remaining fields. I will try to see if I can just add the Field Helpers to the actual email.
Again,
Thank you,
Kevin
Good Morning,
I am still struggling with trying to find a solution to my following scenario:
I have a Smartsheet that has fields pre-populated with data I don't want the client to change or update. It includes the contact's name and email.
Does anyone have and feedback or suggestion on how accomplish this? Or should I eliminate Smartsheet and look into other options?
Thank you,
Kevin
Update Requests send purely the row information (column names + details in the cell) as you've found.
If you need to add helper text, you could have hidden, locked columns in your sheet that are arranged right before each field, with text in the cell as your helper text.
I would personally do this with a column formula, like so:
=IF([Column Name]@row <> "", "add your text here")
Making it a column formula will ensure it appears for each of your rows. (Again, you can hide this column). It also means that field will not be editable in an Update Request:
More information:
Cheers,
Genevieve
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
Genevieve,
This is great. I updated using the help text for one of my fields and it was a complete success. THANK YOU :)
Wonderful! I'm glad I could help.
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions