Salesforce Connectgor import Names
Hi! I am using the Connector to import Actions from Saleforce. When I import the fields Action Owner and the Customer Contact, the data is showing like this: <a href="/0053g000001Ter3" target="_blank">John Smith</a>. I just want it to say John Smith.
Does anyone have any thoughts?
Answers
-
@ninni It looks like it's pulling the Customer Contact with some link details instead of just the name. You could create another column with a formula to parse out the name piece of the field - e.g. if you have it currently coming in to a column called "Customer Contact", you would make a new column with something like: =MID([Customer Contact]@row, FIND(">", [Customer Contact]@row) + 1, LEN([Customer Contact]@row) - LEN(LEFT([Customer Contact]@row, FIND(">", [Customer Contact]@row))) - 4)
There's probably a cleaner way to do that but that's what I came up with as a first go!
Danielle W.
Product Marketing
Smartsheet
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 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