Hello Community,
I have an SQL table from where I get data by using the "Get Rows" function.
The table contains thousands of entries, so I would like to filter them.
Goal:
Filter the SQL table for the field "created_on" for entries that got entered later than 2020 January 1st.
Question:
How can I add a filter to the Filter Query of Get Rows to achieve the goal?
I tried several possibilities I found online, also here in the community. None of them seem to work.
When I use the select function to see what the data looks like, I get the following:

Also, when I download the output from the Get Rows function, I can see the created_on date looks like the following:

For example, when I enter
created_on ge date(2020-01-01T00:00:00.000Z)
in the Filter Query, the flow seems to run fine but it does not provide any values, however, I know there are some.
I am a bit lost and desperate, any idea would be much appreciated.
Thanks and regards
Markus