Hi everyone,
I want to Get Rows from SQL Server that have been created precisely three days ago.
The data type of the column in SQL is date (no time).
I tried the following, and the flow ran successfully, but I don't get any rows?
Date_x0020_Install eq '@{addDays(utcnow('yyyy-MM-dd'),-3)}'
The name of the column in SQL has space. That's why I have added "_x0020_".
Thank you in advance 🙂
@Anonymous could you share an screanshot?
Hi @ChristianAbata
I tried both expressions, and it still doesn't work.
I hope there is a solution to this.
@Anonymous please try with the other action
@ChristianAbata I get all rows now, but still doesn't work. I tried to hardcode it with the following expression: Date_x0020_Install eq '2020-09-19T00:00:00Z' and that doesn't work either. The filter works with normal text columns but not date 😞
ohhh @Anonymous please try to configure this
@ChristianAbata Doesn't work either. But I removed the filter and tried to search after the specific date in the output with CTRL + F, and it seems like I don't get all the rows from SQL.
If I search "Date_x0020_Install", then it can only find 1689 rows, and I have a lot more rows in the table in SQL.
Can it be true that there is a limit?
weird @Anonymous just to test something more, could you leave your SQL silter empty and then after this action can you add a filter array and test with the expression that I gave you?
@ChristianAbata Yes, I have data from that date.
You had a colon between T and 0 in your expression. I assume that is incorrect?
I removed it, and it still doesn't work.
@Anonymous please make shure that you have data 19-09-2020 could you do a little search?
Hi @ChristianAbata,
Still no output 😞
Date_x0020_Install eq '@{concat(addDays(utcnow(),-3, 'yyyy-MM-dd' ), 'T:00:00:00Z' )}'
Churchy
6
Chriddle
4
Super User 2025 Season 1
stampcoin
4