How to make a line break when I do strings concatenation?
For example, I have 4 fields and I do a concatenation:
"field_1: " & value_1 & ", field_2: " & value_2 & field_with_lots_of_text
I’m trying to do smth like that:
If I do like thins, it works ...