I have the following expression to filter a list of names in a drop down but I need to change to the [Name] column in the Resource_Planner_Support_Master table to an EnumList to allow the user to assign multiple names to a department.
I am not getting any errors but if I create a subsequent record I am now being presented with the names from the previous record I entered. With the Enum type those names were removed but with the EnumList type they remain.
Bit of a strange one. I tried with your suggestion above and I was still seeing the unfiltered list but I removed the spaces between the " and the , in the expression and that appears to have worked. So my expression is now
My testing also seems to suggest that for flattening a list of enumlist into list , one may need to use “,” in SPLIT() expression rather than " , " as suggested in the LIST expressions document.
I would request your guidance and accordingly do the needful in the document.