Hi All,
Is there any option to remove the newline character from the input parameters?
Thanks and Regards,
Ramesh
Hi there!
To reduce project dependency on 3rd party paid services the StackStorm TSC has decided to move the Q/A from this forum to Github Discussions. This will make user experience better integrated with the native Github flow, as well as the questions closer to the community where they can provide answers.
Use 🔗 Github Discussions to ask your questions.
Hi All,
Is there any option to remove the newline character from the input parameters?
Thanks and Regards,
Ramesh
Jinja filter:
{{ ctx().param | replace("\r\n","") | trim }}