Situation: Have a date Column with a value. If this value has past, I need to call Today’s Date instead.
Solution:? I’m thinking the way to do this is an IF THEN column that sets to Today’s Date IF the date column is earlier than Today (you can set this criteria in IF THEN)
However: I can’t find a way to set the value upon this condition to today’s date. Perhaps I’m missing something here.