Hello
I have a Grid componente with a template that show a name with "{name (2)}" how can i use an action whrn is clicket to update others componets like a list dropdown?
Thanks
Juan
Hi Juan,
You can add actions to a Grid component by modifying the template. What do you want to update in the dropdown component with the action? A list of available actions can be found in the docs.

The dropdown component currently doesn't support setting a value using actions. The search & text input components do support this (https://docs.dataminer.services/dataminer/Functions/Dashboards_and_Low_Code_Apps/Visualizations/Available_visualizations/Basic_controls/DashboardTextInput.html?q=textinput#text-input-component-actions). The table can then be filtered using the value in the search/text input using the value as a filter (https://docs.dataminer.services/dataminer/Functions/Dashboards_and_Low_Code_Apps/Visualizations/Available_visualizations/Tables/Table_component/Filtering_Table_Content.html#filter-based-on-text-string).
Hi Wout
Its excatly what i was looking, in "Executing a component action" use the click event in the Grid componente to set a parameter that filter the table, is there an example with the setup of the even? i try to but fail.
I want to set a lost downbox or a string box
Thanks