In my web based infopath form I have several promoted fields. Form is initially generated using a c# code from within sharepoint custom workflow.
I have two field that are both promoted in the template with same type (string) and different names.
I am trying to set double values to both of these values. The values are set correctly in the form but one of promoted fields are not set correctly.
For example:
value for field one is 4,14
value for field two is 4,14
but sharepoint library promoted fields dsiplay the fields as
4,14 for field one but 414 for field two.
How come this happen?