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") )
Have you tried the substitute function?
Appian provides a fantastic public documentation. Did you check that before asking your question here?
https://docs.appian.com/suite/help/23.2/Appian_Functions.html