Filter the records where Date is newer than ‘1st of February 2018’ (discard older records);
hey correct me if i am wrong. If you want to get date newer than 1st Feb 2018, it should be Date > 2018/02/01. But in the expression editior above, i see Date less than Feb 2018??
Hi All,
Referring to this same topic, how do I include the “date > ‘2018/1/1’” portion in the expression below? I’m not using ‘For Each Row’ activity but rather ‘xxx.Select()’ method.