Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Description

Given the variable name representing the Array field and the name of an entry in the Array field, return the value for the entry.

Note
titleNote

The function does not support resolving embedded functions found within the content of the Array field; it, only supports the resolution of embedded variables.


Syntax

${_getArrayFieldVariableValue('arrayFieldVariableName', 'name')}

Parameters

  • arrayFieldVariableName
    Required; Name of the variable for the Array Field; for example, ops_af_p1.
  • name
    Required; Name of the entry for which the value is to be returned.

Example

Panel

...