Solved

Reading value of Nintex for o365 Responsive Form (Choice control) from a Nintex for o365 workflow?

  • 27 February 2019
  • 1 reply
  • 2 views

Hi Community

 

In a Nintex for o365 Workflow running against a SharePoint Online List, I would like to read the selected value from a 'Choice control' on a Nintex for o365 Responsive Form whose "Connected to" setting is equal to "Not connected". Below is a screenshot of the choice control:

230i5A760EB6F94A1071.png

Essentially the Form asks the user to pick from the two choices 'Approved' or 'Discontinued', when my workflow runs, I need to get the result of the value selected?

 

I tried the QueryXML Action against the NFFormData, from the settings below I am able to return the / (root) of the XML source...

235i2EAC33FD76820EC8.png

 

but not sure how to set the Query Path to get the actual value I need? I need the value underlined in yellow

 

234iCEE24AE966927BF0.png

Thank you in advance for any assistance

icon

Best answer by debartsa1 27 February 2019, 17:16

View original

1 reply

I think I figured out the answer to my own question, for those interested...

 

Changing the XML Query Action to return the result as Inner XML allowed me to issue the Query path accordingly:

 

 

Returns the result I was looking for:

 

 

Regards

 

Reply