Skip to main content
Nintex Community Menu Bar

Any help would be greatly appreciated.   I've got a responsive form that has an attachment control.  When I attach items to the form, I'm unable to see the information in the XML NFFormData.

 

Printing the results out I get:

Form Data = <?xml version="1.0" encoding="utf-8"?><FormVariables><Version /><ProjectCode /><Attachments type="System.String"></Attachments></FormVariables>

Although there are 2 items attached.

 

Also it seems strange that only one of my fields is listed (ProjectCode) when the form has about 20 fields.

Hi @fb123,

 

I can confirm that a bound control will not show up in the NFFormData, only unbound controls. However, I am not sure why your file names are not showing up. I would contact support at support@nintex.com to do an investigation. 

 

Here is an example of my NFFormData: 

<?xml version="1.0" encoding="utf-8"?><FormVariables><Version /><State type="System.String">VICTOR!A</State><Attachments type="System.String">data tab sharepoint.jpg</Attachments></FormVariables>

Cheers,

Euan

 


Thanks, I've sent this to support and will post an answer when it gets figured out.


The direction from Nintex is to never use NFFormData as it is for their development purposes only and can change with each release (ie it is not supported)



Instead the solution is to use a REST query to get the attachment information


Hi @fb123,



 



Was this a form submission through Nintex Mobile?



 



Cheers,



Euan


Yes it was


Ok that makes sense. The Nintex Mobile app manages the files differently from the web experience.



 



The NFFormData is really just used for storing unbound control data, not specifically built for managing files.



 



Cheers,



Euan


Reply