we have an requirement where we need to populate some fields from pdf using fill pdf smart service.fields not having special character or symbol are populating successfully but fields those are having special character unable to populate.so anyone can help to resolve this issue.snippet for the code are as below.
{ {name : "County", value : "Adam"}, {name : "Parcel No", value : "98765"}, {name : "Price/Consideration", value : "77777"}, {name : "Doc. 1 – Grantor(s) Name(s)", value : "Mike"} }
Discussion posts and replies are publicly visible
Hi, you can use Appian functions like strip with() to remove special characters from the text string or you can replace with any other character before passing this to pdf smart service.