Hi All,
can anyone help me to overcome the problem of delegation,
i have a warning in that column called "Resultscolumn", below is my code:
Filter(
AddColumns(
Datasource2;
"_OpenTasks";
!IsBlank(
LookUp(
Datasource1;
'columnname1' = Datasource2[@columnname2] And IsBlank('Resultscolumn')
)
)
);
StartsWith(columnA;TextInput1.Text); columnB=TextInput2.Text;_OpenTasks)