Type is missing in repeater data xml

  • 8 December 2017
  • 2 replies
  • 1 view

Badge +2

I have a repeater control on nintex form with multiple fields. In which one field is status (choice field), it's property is set as visibility=yes enabled=no. When i save the form, in the xml for repeater control data, only for this status column...type is missing in the attribute.  it is saved as <Status /> instead it should have saved as <Status type="System.String" />. What could be the issue?


2 replies

Userlevel 3
Badge +12

Hi Rajesh,

Is there any specific reason you set "enabled = no" to check box? That could be reason for not showing its type, I guess.

Did you try setting "enabled = yes" and if it shows type details?

Thanks,
Krishna.

Badge +2

Solved the issue. Problem was due to enabled=false , so i made it "Yes" and disabled the same control through Rules.Somehow if we keep enabled status='No" on the control it is not saving. Thank you krishna.

Reply