I'm having some issues with my text inputs. I'm wanting the numeric values to include a comma before submitting the form. After submitting a form, it does format correctly but I'm also needing the format to update before submitting the form. I'm assuming that that the on-change property for my text input is the issues as it's blank. Below is a a before and after pics of the form before submitting and after submitting a form?
DataSource - Excel
Default Property - Text(Value(Parent.Default),"$#,###","en-US")

