Hello Kool Team,
I have a dataset node which is used to build another dataset node2 with some filters. How do I apply a different paramter using the Filter option only for that dataset.
$node->pipe($this->dataStore("result"));
$node ->pipe(new Filter([
['id','in','(:__pid__)']
]))
Is the way I have defined the filter correct.
The records will come from another datasource not part of the main datasource found in $node
but part of the defaultParams value and bindParamsToInputs functions