Hi, I'm working on a scenario that triggers when a task status is updated to be completed. It gets the task details and if there are documents associated with task, it should get the details like document id and name. I was able to get the task details and find if task has documents or not but when ...