Update opportunity field based on activity results
Here is the WF(opportunity record):
JoinFieldValue('<Activity>',PRE('<OpportunityId>'),'<Type>') <> "Rebate Promotion Task" and JoinFieldValue('<Activity>', [<OpportunityId>], '<Type>') ="Rebate Promotion Task" and JoinFieldValue('<Activity>',[<OpportunityId>],'<ApprovalStatus>')= 'Approved' and JoinFieldValue('<Activity>',[<OpportunityId>],'<Status>')= 'Completed'
Looking for a specific task with specific statuses. Any thoughts? I am not sure how the opportunity record will know if the task has been completed....