Hello again!
Now i'm having trouble trying to use a filtered table, as a local variable, with 1 or more records to filter a dropdown.
The "Item" config. in the dropdown component, so far:
Filter(
'Pontos de Lubrificação';
ID in lclTabFilt[@IDRotina]
)
The local table contains a key ('ID Rotina') that is the reference to the filter.
I've tried to use different methods, none have worked, this is the closest i've reached, but it only returns a single option in the component.