I have a drop down list in my nintex form. When it is not connected to a field I can query the xml through FormData. When it is connected to a filed it disappears from the FormData. Any reason for this behaviour as it sending me loopy
Perhaps this post is useful for you >>> Nintex Forms: List Lookups to populate form data - A proper explanation, please.
I'm extracting values from my form using the get xml action. The form data field contains the information I want. For some reason the workflow will not pull out the the drop down list value when it connected to a field in the list. Although when I run the xml action to test it get the value which is annoying eg
<?xml version="1.0" encoding="utf-8"?><FormVariables><Version /><CurrentUserLogin type="System.String">PROCESSHALLI01</CurrentUserLogin><JobStatusValue type="System.String">In Progress</JobStatusValue><LoginName type="System.String">PROCESSHALLI01</LoginName><Person type="System.String">processhalli01;</Person><e889affa-1073-45bb-9a46-08162acb939a type="System.String">2121212121212121</e889affa-1073-45bb-9a46-08162acb939a><RejectionComments type="System.String"></RejectionComments><UpdateRepeatingSection type="System.String">&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;&lt;RepeaterData&gt;&lt;Version /&gt;&lt;Items&gt;&lt;Item&gt;&lt;UpdateDate type=&quot;System.DateTime&quot;&gt;01/01/1900 00:00:00&lt;/UpdateDate&gt;&lt;UpdateComment type=&quot;System.String&quot;&gt;&lt;/UpdateComment&gt;&lt;/Item&gt;&lt;/Items&gt;&lt;/RepeaterData&gt;</UpdateRepeatingSection></FormVariables>
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.