Skip to main content

getDSValue

getDSValue

Returns the DataSet value stored at the given path. Returns null if the path does not exist.

Parameters

  • path (String): The data path to read (e.g. "ds.field")

Returns: dynamic

Example

var v = $vm.getDSValue("dummy-json_Resp.body");

Related

  • $vm.setDSValue(path, jsonData) — set the DataSet value at a given path
  • $vm.getProviderData(path) — read provider data