I have a task watch record module that I am trying to use the optional filter to capture only tasks that have an actual completion date of todays date. I have tried actualCompletionDate=now but it errors out. Does anyone know the right syntax? In addition, is there any documentation on using the o...