Actions
Feature proposal #7662
closedImplement support for subtituting in field group row fields
Feature proposal #7662:
Implement support for subtituting in field group row fields
Description
This needs to allow the [FIELD_NAME_INDEX_FIELD_NAME] substitution syntax to function. Example as follows.
[cb_fieldgroup_0_cb_text]
This should substitute in the [cb_text] value of the first row (in this case 0 index) of the field group field cb_fieldgroup. It needs to also handle missing indexes. So if you substitute in [cb_fieldgroup_3_cb_text] and the 4th row doesn't even exist it should just return an empty value.
Actions