I want to build a workflow to send email when some conditions are satisfied. if the entity is A, and amount is a roll up field in A.the function is after the amount(the roll up field) changed and is bigger than 5,send email. However, when I choose the after record field changed, I can not find amount(roll up field),what shall I do?
I want to achieve the function:
workflow name: check if post email entity:A roll up field in A: amount
steps:
if amount bigger than 5
send email
stop
problem: How I choose trigger
*This post is locked for comments