Hello,
Is it possible to add a line break / new line to separate the information submitted from ConfiForms when in this format? See location of desired separation marked 'HERE'
Output results look like this at present and would like to separate:
Problem Statement Requestor Name: John John Problem Statement: test
{ "fields": { "summary": "[entry.summary.escapeJSON]", "issuetype": {"name": "Epic"}, "project": {"key": "ZZZNBNCNS"}, "customfield_10004": "Epic Name [entry.title]", "reporter": { "id": "[entry._user]" }, "labels": ["[entry.labels]"], "customfield_13300": "Requestor Name: [entry.requestorName.escapeJSON] HERE Problem Statement: [entry.problemstatement.escapeJSON]" } }