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 🙂