String Formula/Substitute Formula
Hello, I have two questions. Can someone help me understand the coding created at the end of this string query I use for a prepopulated form? Also, when I add a new section looking for the "Time," do I need to add an extra substitute in the formula, and do I add any "codes" at the end? Here's the formula I'm referring to:
End of formula: " ", "%20"), ",", "%2C"), "#", "%23"), ":", "%3A"), CHAR(10), "%0D%0A")
="https://app.smartsheet.com/b/form/xxxxxxxxxx?" + SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE("Event ID =" + [Event ID]@row + "&Event Name=" + [Event Name]@row + "&Firm=" + Firm@row + "&Event Location=" + [Event Location]@row + "&Event Date=" + [Event Date (H)]@row + "&Time=" + Time@row, " ", "%20"), ",", "%2C"), "#", "%23"), ":", "%3A"), CHAR(10), "%0D%0A")
Most Appreciated!
Terry
Answers
-
Hi Terry,
I hope you're well and safe!
I think you only need to add another SUBSTITUTE in the beginning of the formula.
Did that work/help?
I hope that helps!
Be safe, and have a fantastic day!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅ Did my comment(s) help/answer your question or solve your problem? Please support the Community and me by marking it - Insightful 💡- Vote Up ⬆️ - Aweseome ❤️ - or/and as the accepted answer. It will make it easier for others to find a solution or help to answer! I appreciate it, thanks!SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
="https://app.smartsheet.com/b/form/xxxxxxxxxx?" + SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE("Event ID =" + [Event ID]@row + "&Event Name=" + [Event Name]@row + "&Firm=" + Firm@row + "&Event Location=" + [Event Location]@row + "&Event Date=" + [Event Date (H)]@row + "&Time=" + Time@row, " ", "%20"), ",", "%2C"), "#", "%23"), ":", "%3A"), CHAR(10), "%0D%0A")
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Hi, I'm doing well! I added Substitute but I'm still getting an #Invalid Operation error message.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!