My plan is to add a calculated field that notes when the iteration ID
has a value but I can't determine how to do this so that it adds a
timestamp of the first time ANY value is present in that field. Here's
where I am and this doesn't work: IF(NOTBLANK{Iteration
ID}),IF(ISBLANK({DE:Iteration Assigned Date}),$$NOW,{DE:Iteration
Assigned Date}),{DE:Iteration Assigned Date})