Current IPA process is taking action request and passing that ParameterView from the action request using JSONCONVERTER to convert XML->JSON, then using JSONPARSER to extract the values. This was working up until new formatting was introduced in the action request that is causing the JSONPARSER to fail because of the format on certain values.
Has anyone extracted XML from an action request using IPA to extract certain values associated with the field? If anyone has a working example on extracting XML from an action request, would you mind sharing?