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 Argument Required Specifies the name of the input document.

  • Query: String Argument Specifies the query to be applied on the document.

  • Workspace Name: String Argument Required Specifies the name of the workspace.

Output

  • Query Result: String Variable Represents the Query result in the output Variable

Last updated