26
Views
1
Comments
How can i remove a attribute value that's in a list, on an output parameter?

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.

2019-01-07 16-04-16
Siya
 
MVP

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.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.