How do I evaluate a YAQL expression or JSON xpath?

Purpose

Use this procedure to evaluate a YAQL expression or JSON xpath. The Yaqlator evaluates the expression and context to generate a result. You can verify that the result is correct for your requirements.

Steps
 

Open the Yaqlator form:

    1. From Workflows, Workflow Executions, double-click on a workflow execution to open the information page.

    2. Choose Flow from the drop-down list beside the workflow execution name.

    3. From the Flow page, click Yaqulator png47.png.

  1. From Workflows, Actions, click Yaqulator png47.png.


Enter or paste the YAML or JSON context for the expression to evaluate in the YAML/JSON Context field.

Verify that the radio button for the correct format is selected.


Click EVALUATE.

The Result field is populated with the results of your query.

End of steps