-
Notifications
You must be signed in to change notification settings - Fork 430
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
First tilde removed in any message in JSON Channel
To Reproduce
- Create a Channel with JSON Datatype input
- Write any message with at least one ~ (e.g. { a: 'a
firstinput', b: 'asecondinput' } ) - Go to Channel Scripts => Preprocessor and log the message
- The example message is displayed without the first ~ ( { a: 'afirst
input', b: 'asecond~input' } )
Expected behavior
The message should keep all tilde characters, as it isn't a HL7 message
Actual behavior
The first occurence of a tilde character is removed
Error allready in Processed Raw:

Additional context
We need the tilde character for intern Api calls, that pings a REST API endpoint.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working


