Hi,
I need to build a formula looking into the 'Hire Date' column in my dataset and be able to return True value for records which are "hired in the last 30 days or future".
I want the condition to always be able to benchmark it against 7th of the current month. As an example, I run the workflow on the 10th of June (current month). I would like the "hired in the last 30 days or future".to return True value on records >= 7th of May (previous month). Basically, I would like the workflow to always return True values on records from 7th from the previous month.
How do I do that? Thank you in advance!