I have a Wrike Integrate recipe that propagates custom fields from parent projects to all subtasks. I run this once daily. To avoid using recipe tasks for projects with no "news" I added a trigger condition as follows
Get folder by ID
if
Data field: Updated date.to_time greater than now - 24.hours
then....
This works for changes made to the parent project. But will it also catch changes made to sub-items? If not, suggestions how to handle it? The idea is to save tasks, so iterating though all subtasks would be counter-intuitive.
Best regards, Morten