Why is text value from listitem duplicated in service handler?
Posted: Thu Jul 17, 2014 5:50 pm
I have a list that I am populating and that part works great.
The problem is that the text value is doubled in the settings.data.myfield
So if the text field of the list item has "Quarters" in it and it is mapped to "myfield" the settings.data.myfield comes out "QuartersQuarters"
Why?