According to the documentation, the data sent to Data Drop can have multiple values, with each value indicated by a new line:
However, when I try to send this to Data Drop
x=1
y=2
z=3
I get something like:
Values@Databin["8SFrPfCh"]
<|"x" -> {"1
y=2
z=3
"}|>
So what's the correct way to do that?