Feature proposal #7844
closedImplement support for grabbing param column values
Description
Currently if you need a value from a params column it's not possible to grab it since it does not parse the params into param objects to navigate. So for example the below is not supported.
Label Column: params_alt_label
Ideally in this case it should check params column and navigate into it for alt_label.
Updated by krileon about 4 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented same extra string parser that cb auto actions uses allowing for significantly more reliable nested behavior. For example if your query selects the `params` column it will now parse into the nested params. Example as follows.
[column_params_language]
Even works for field group fields with the below example.
[column_cb_field_group_0_cb_text]
cb_field_group is the name of the field group field. 0 is the row (first row). cb_text is the name of the field in the field group.