Skip to main content

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

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?


In your automation try wrapping the value with quotes:

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

Link to base  


@TheTimeSavingCo  That worked like a charm! Thank you!


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.


Reply