Question
Is it possible to get all project notes into a task report?
So... I can pull the Last Note easy enough, but what I really want is the last project note by a specific person. Something like;
IF({project}.{noteText}.{owner}.{name}="USER A", {project}.{noteText}, " ") Is this even possible?