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:
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...
but not sure how to set the Query Path to get the actual value I need? I need the value underlined in yellow
Thank you in advance for any assistance