\n new line control character

(Andrew Catchpole) #1

I need to send a ‘\n’ new line control character in an HTTP request. If I inncude ‘\n’ in a field then Flowxo appears to send ‘\n’ i.e. Flowxo inserts an additional
Any suggestions please?

(Nathan Stults) #2

What field of the HTTP task are you trying to send the newline in? If you use Raw Body, I think you can just use the enter key to insert newlines.

(Andrew Catchpole) #3

@nathan
I was combining two data sources in the JSON data fields but needed a new line or CR to be inserted.
The data attribute itself contains \n which works fine however using \n where the arrow is results in a ‘\n’ i.e. additional \ being added by Flowxo.

I haven’t tried using the Text feature to combine the two fields yet which may be a way forward.

Regards Andrew