Page 1 of 1

Translating or Cleaning Data for Service Inputs

Posted: March 11th, 2022, 3:22 pm
by stowejs
We had a recent issue with BSFN calls timing out due to a user copy and pasting quote characters from word into the form which was then passed to the BSFN service causing it to fail. It would be very helpful to have that data scrubbed and replaced with the standard characters either on form submit or when the service uses the data.

Re: Translating or Cleaning Data for Service Inputs

Posted: April 27th, 2023, 2:58 pm
by JustinVanRegenmorter
This should be left up to the developer to clean up. This can be done using the Replace service or using regex validation in the Regex Replace service.