I am trying to automate a job with minimal intervention to changing dates as possible. My objective is to subtract two different dates where the difference is under 30 days.
For Example:
(Original_Date - Derived_Date) <= 30 days
Is this possible to do in Alteryx?