Hi all,
is there a docu or anything as I got an unexpected behaviour in my dataflow.
I have a column which I transform and replace value. After that I filter on a specific date.
Unfortunately the transformation of those columns is not applied inside the filter step which leads to mapping and datatype issues.
On the other hand moving the filter step above and transforming the columns afterwards seems to work.
Is that intentional?