Unable to display URL passed to Salesforce field on Incoming sync

Originally asked by Harold Oconitrillo on 01 December 2022 (original question)


Hello,

We added a new field in a Salesforce case where we want to fill the field through Exalate with the GitHub issue link that Exalate has created the issue with.

However, when I try to fill the field, with this line in the Salesforce Incoming Script:

entity.ZenHub_Link__c = β€œβ€β€œgithub.com/posabit/customer-issues/issues/${replica.key}β€β€œβ€

the case will not have the issue link of the string generated. I do see the GitHub field will have the issue key. Is there an issue with trying to put a string into a Salesforce field?