Sep 11, 2024 10:21 AM
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
Solved! Go to Solution.
Sep 11, 2024 06:25 PM
In your automation try wrapping the value with quotes:
Once that's done it should do what you need:
Sep 11, 2024 05:31 PM
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?
Sep 11, 2024 06:25 PM
In your automation try wrapping the value with quotes:
Once that's done it should do what you need:
Sep 12, 2024 09:07 AM
@TheTimeSavingCo That worked like a charm! Thank you!
Sep 12, 2024 09:08 AM
I'm trying to implement linking of records using Automation. No other services included.