Skip to main content
March 10, 2022
Question

How to remove special character from field and save it ?

  • March 10, 2022
  • 8 replies
  • 1 view

Hi Team,

I am getting special character i.e ";" in empty field, how to remove the special character and save the value?

Already tried stripwith() and it is not working as expected.

8 replies

stewart.burchell
March 10, 2022

Have you checked whether the data you're providing to the field is an array of null items? Appian will add the semi-colon as a separator character:

March 10, 2022

It is in array format

stewart.burchell
March 10, 2022

Then you need to re-think how to display the data. You have a list and are currently trying to display in a single field, so Appian is trying to be helpful by rendering the list with the semi-colon as a separator.

gopalk2865
Participating Frequently
March 10, 2022

Hi, where exactly are you getting this ? If possible share some screenshots. There are multiple ways to do this.