Hello All,
I'm strugling to get the values from one variable and use them to return a list filtered according to these values.
I'm trying the following:
Set(VarRevSel;DataTable1_3.Selected);;
Set(FKVAR;LookUp('B1 - Documentação de Saída';'DOCUMENT CODE'.Value = Label5.Text && REVISION=VarRevSel.REVISION ;'FK CODE'));;
Set(FKVar1;FKVAR.Value);;
ForAll(FKVar1;Collect(FKttl;Filter('A3 - FULL KIT';'FK CODE')))
As per the variable, it should filter the following 2 values (of six of the list):

However, it returns the entire list and not the only ones I'm trying to filter.
Any guess how to solve.
Thanks in advance