I have a field that has a date. It is not always Today's date. I want to take that value and update another entity with that same date + 2 years into the future. So if the date was 2021-01-30 the new date would be 2023-01-30 for that value.
Is that possible to do?
Solved! Go to Solution.
There is an add to time function:
Here is an example runtime screenshot:
Ellis
____________________________________
If I have answered your question, please mark the post as Solved.
If you like my response, please give it a Thumbs Up.
There is an add to time function:
Here is an example runtime screenshot:
Ellis
____________________________________
If I have answered your question, please mark the post as Solved.
If you like my response, please give it a Thumbs Up.
Thanks!!