Hi
I have a scenario, where a User is entering some value in a Paragraph field, I have to convert a char(10) value to char(13)+char(10) in that value.
thanks in advance
Discussion posts and replies are publicly visible
try using this in paragraph value
a!paragraphField( value: concat("test string", char(10), char(13), "test string") )