09-02-2020, 05:51 AM
I have a Global Action and I need to pass \r\n in the text for one of the parameters:
"FirstLineOfTest\r\nSecondLineOfText"
In trying to do run this, I receive an error stating that one of the parameters was incorrect. When I remove the \r\n from the parameter text, it runs properly.
Is it possible to escape the \r\n? I've tried the below as well as various combos of each
\\r\\n
/\r/\n
"FirstLineOfTest\r\nSecondLineOfText"
In trying to do run this, I receive an error stating that one of the parameters was incorrect. When I remove the \r\n from the parameter text, it runs properly.
Is it possible to escape the \r\n? I've tried the below as well as various combos of each
\\r\\n
/\r/\n