Hi there, I want to update date field by adding some days to it with formula DATEADD when status changed on another field. New value for the field where I want to update like this:
DATEADD({ValidDate}, {DaysToAdd}, ‘days’)
But when I click to Run Tes...