Good Morning!
I am trying to add a line break to a parser expression that I wrote for one of our Projects.
getMatchingValue(^%, ["Acrobat Pro", "Box", "Hub", "JIRA / Confluence", "Lucid Chart", "Slack", "Spectrum", "Support / Spark", "Tableau (Web Only)", "ZenDesk"],
["Please approve of the following request: " + ^% +
"Access Request for: " + %{00005} +
"Temporary Access? " + %{14513} +
"Temorrary Access until: " + %{14514},
"Testing2.",
"Testing3.",
"Testing4.",
"Testing5.",
"Testing6.",
"Testing7.",
"Testing8.",
"Testing9.",
"Testing10."])
Bolded text is what I want to be on seperate lines. Is there way to do this? As of now, when the ticket is created. The Parser is putting it on all the same line.
Thanks in advance!
P.S: If this is totally in the wrong spot to ask this question, please direct me to the correct place. :)
FIgured it out with a "\n" after each line. Nevermind! :D
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.