Actions
Feature proposal #2445
closedCalculated fields should be able to be substituted by CB substitutions, and thus raw field substitution should use the API and not database directly
Feature proposal #2445:
Calculated fields should be able to be substituted by CB substitutions, and thus raw field substitution should use the API and not database directly
Description
When using [field_name] it is retrieving the field value from $user object instead of API. The same is said for userdata substitutions. This results in any integration that provides a value through dynamic means and has no user storage to always fail. For example with CB Query Field and [cb_query] is used, it simply returns [cb_query] instead of raw value.
Files
Actions