Can anyone confirm what I am seeing, which is that when setting the value in a custom text field with a rule, it’s not possible to insert line breaks in the contents?
This is different from when manually entering values in a custom text field, where you can use line breaks. Anybody else seeing the same thing?
Hey @Liohn_Sherer
Indeed, I can see the same thing. The line breaks, however, only appear when I click into the custom field or hover over it; otherwise, the whole test appears on a single line.
Thanks for confirming this behavior. As a workaround, you might try using HTML line breaks ( ) or Unicode line break characters (U+000A) in the rule’s text field value. Some users have reported success with HTML formatting in custom fields.
Alternatively, if the line breaks are critical for your workflow, consider using a different field type like a multi-line text field or adding the content as a comment (which supports formatting) instead of a custom field.