On a new responsive form in O365 I have a Web Request control that validates a postal address. I get a response with details about the address including City, State, Zip, Zip+4 code, Latitude, Longitude, and others. I can pull any single element from the response in the Label text and Value text properties of the Web request, but I need to be able to process many of the elements of the response.
My thought was to set the Value text property to a concatenation of all the elements that I need, and then to parse it out into the different fields on the form. But I can't seem to combine elements in the control property. There is a JSONPath syntax that theoretically would allow this, but it does not appear to be implemented by Nintex:
$
Is there any way to get more than a single element from the Web request response?
Dan