Pre-Populate Form with Entire Field from Sheet
Hello Community,
I am trying to figure out how to pre-populate a form with a multi-word field. I know how to populate the form with a field and can provide part of my formula below, but it only brings in the first word of the field and not the entire thing. Can someone please let me know how to bring in the entire field?
Part of the formula:
+ "&Vendor%20Company=" + [Vendor Company]@row
Any help is appreciated!
Best Answer
-
You will need to SUBSTITUTE spaces with "%20" (note the %20 in the the field name where the space would be).
+ "&Vendor%20Company=" + SUBSTITUTE([Vendor Company]@row, " ", "%20)
Answers
-
Are there any spaces or special characters in the [Vendor Company] column data?
-
Correct, there are spaces. Example: Microsoft USA, World Wide Technology, etc.
-
You will need to SUBSTITUTE spaces with "%20" (note the %20 in the the field name where the space would be).
+ "&Vendor%20Company=" + SUBSTITUTE([Vendor Company]@row, " ", "%20)
-
Thank you Paul!! This solved everything.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!