Skip to main content
saurabhs0003
June 1, 2023
Question

convert char(10) with Char(13)+char(10)

  • June 1, 2023
  • 3 replies
  • 0 views

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 

3 replies

June 1, 2023

try using this in paragraph value

a!paragraphField(
  value: concat("test string", char(10), char(13), "test string")
)

mathieud0001
June 1, 2023

Have you tried the substitute function?

[View:https://docs.appian.com/suite/help/23.2/fnc_text_substitute.html]

stefanhelzle0001
June 1, 2023

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