I'm trying to get difference between Created date(SharePoint column) and GetDate in SSIS conditional expression.
(DT_I4) DATEDIFF("dd", [Created], GETDATE())I'm receiving error that the expression is not boolean , the result type of the expression should be boolean