Hello everyone, I have a data action that fetches data and then has a output parameter containing a list structure, and one of the attributes has a 6 values, those values are also used as a dropdown filter to filter the list shown on the frontend.
I would like to remove one of those options from both the dropdown that contains the values of that attribute, as well as that value being shown on the table view.
Dropdown filter input list.
structure attribute containing values.
To manage data within a list, you can either use the ListFilter function with a condition like TypeName <> "Assignment" to exclude specific items, or locate and remove individual items using ListIndex and ListRemove.