Run Document Query
Gets the result of a query on a specified document.
This activity is used to get the result of a JSONPath/XPath(Query) on a given JSON or XML document.
Input
Document Input:
String ArgumentRequiredSpecifies the name of the input document.Query:
String ArgumentSpecifies the query to be applied on the document.Workspace Name:
String ArgumentRequiredSpecifies the name of the workspace.
Output
Query Result:
String VariableRepresents the Query result in the output Variable
Last updated