FormEngine - Pulldata jsonpath

Pulldata jsonpath

  • Support new pulldata to get value from json (value of question) using JSONPath.
  • New calculate syntax: pulldata('jsonpath',${question_name},'specific JSONPath'). The arguments are as follows:
    • First argument: 'jsonpath' (static) for differentiation (similar to jwt, json, appapi keywords).
    • Second argument: JSON content, supports ${question_name}.
    • Third argument: 'specific JSONPath' for JSON path extraction.
  • Value return similar pulldata json Sign in · GitLab