row filter node - filtering string in date format

Hi, I need your help to solve a problem:
I have a table with a string field (let me say DateField) containing data in date format like “2019-09-12” (for example), and I would like to filter (exclude) all the rows with values in DateField greater than (for example) “2019-07-31”
I tried Row Filter node in many different ways without success.
It would be really good taking the “limit value” (2019-07-31) from a flow variable defined at the begining with a string-input node
Any suggestions?
Many thanks for your help
Mauro

Hi @mauipm

With the String to DateTime node you can convert the string easy to a date-format. And then using the DateTime-based Row Filter is straightforward. See this wf filter_date_time.knwf (14.6 KB)

gr. Hans

2 Likes

Many many thanks Hans; so simple and effective
Mauro

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.