Hello - I would like to make an If statement that would change the string in another field based on if the date is over 60 days old. For example:
Description | Date |
Online | 7/4/2017 |
Online | 11/13/2020 |
Online | 1/1/2020 |
Changes to:
Description | Date |
Offline | 7/4/2017 |
Online | 11/13/2020 |
Offline | 1/1/2020 |
Thanks!
Solved! Go to Solution.
Hi @jenner85,
I have prepared a workflow for you:
Output:
Please mark as an answer if helpful!
Good Luck!