Skip to main content
Solved

Automation of Linking records with Comma

  • September 11, 2024
  • 4 replies
  • 54 views

Forum|alt.badge.img+5
  • Participating Frequently
  • 7 replies

Hello, I'm looking for a method to link records with comma seperator like below:

Ex: CDA, Fresno Foundation should be linked as CDA, Fresno Foundation

But my current job does the linking separately and creates two distinct linked records as CDA Fresno Foundation
Is there a method to accomplish this? Please advise. TIA

Best answer by TheTimeSavingCo

In your automation try wrapping the value with quotes:

Once that's done it should do what you need:

Link to base  

4 replies

Kenneth_Raghuna
Forum|alt.badge.img+20
  • Inspiring
  • 122 replies
  • September 12, 2024

Can you share more information? What do you mean when you say "current job"? Is the link currently done through a script, an automation, or outside api call through another service, etc?


TheTimeSavingCo
Forum|alt.badge.img+31
  • Brainy
  • 6457 replies
  • Answer
  • September 12, 2024

In your automation try wrapping the value with quotes:

Once that's done it should do what you need:

Link to base  


Forum|alt.badge.img+5
  • Author
  • Participating Frequently
  • 7 replies
  • September 12, 2024

@TheTimeSavingCo  That worked like a charm! Thank you!


Forum|alt.badge.img+5
  • Author
  • Participating Frequently
  • 7 replies
  • September 12, 2024

Can you share more information? What do you mean when you say "current job"? Is the link currently done through a script, an automation, or outside api call through another service, etc?


I'm trying to implement linking of records using Automation. No other services included.