line break

I need to make a line break within a Concatenate sentence inside the webhook. Used all the internet advises but no luck. Anyone??

 

cuadromoreno_0-1702592543083.png

 

Solved Solved
0 5 214
1 ACCEPTED SOLUTION

Does the column value need to be set in the webhook itself, or could it be set in the table as initial value with that same formula? Don't know if you thought about this but in the initial value setting this should be able to be controlled.

View solution in original post

5 REPLIES 5

Hi @cuadromoreno,
I often use something like "{enter_button_click}". So the example formula would look like this:

 

CONCATENATE("abc", "
", "123")

 

I think it might help 🙂 

Thanks Mateo but the problem is that it doesn't work within the webhook. Thanks anyhow, bye!

Have you tried "\n" or "\\n"?
It may also depend on the endpoint you send the request to.

Does the column value need to be set in the webhook itself, or could it be set in the table as initial value with that same formula? Don't know if you thought about this but in the initial value setting this should be able to be controlled.

Thanks! That’s what I had to do.

Top Labels in this Space