Parse Forms XML / Set Title through calculated value


Badge +3

Hi fellow Nintex Admins,

i hope, you can help me again.

My first Nintex workflow was with a InfoPath Form in a Form Libary. There i could parse the XML totally simple:

179758_pastedImage_3.png

Now i try the same with the new Nintex form but can not access the actual element. And if i try to achieve this with the context element url,  i dont get a valid xml

179768_pastedImage_4.png

My second question is a problem with the form itself. I want to build a string for the Title column of the List Library and thought, that i am on the right way. I use a calculated value:

179769_pastedImage_5.png

and this works at runtime of the form, but i can't figure out a way to save this value to the Title field.

Thanks for helping

Daniel


2 replies

Badge +7

Hi Daniel,

well, OOTB NintexForms creates a hidden column called FormData in your list. This column will store the actual form-data as XML. So you'll have to query the contents of this field like this:

ntx_queryxml.png

As far as the form goes ... you will need to connect the calculated value to the Title column. But you shoud make sure, that you don't have another field which is connected to the column.

ntx_calcfield.png

Badge +3

Thank you, that was exactly what I needed. happy.png

Reply