Actions
Feature proposal #7844
closedImplement support for grabbing param column values
Feature proposal #7844:
Implement 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.
Actions