This one should be easy, but I've spen over 3 hours on this trying to resolve.
I have an onModified IFTTT in Confiforms that is supposed to add a Confluence Page link when a certain Domain is selected. I have the following command:
"description": "*[entry.InitiativeName.escapeJSON]* \n\n *Request Type:* [entry.RequestType.label] \n\n *Intake Reference Number:* [entry.IntakeNumber] \n\n *Intake Reference Link:* [entry.FraudPageId.formatLink(https://collaborate.td.com/pages/viewpage.action?pageId=)]
for some reason it is throwing an error: Could not prepare JSON:
I know it is the bolded piece that is creating the error because when I remove it the onModified works as expected.
Hoping someone can help me out with this and what my issue is as it is giving me migraines.