Hello,
I'm new with Flows as I've been using Process Builder.
I have a PB I want to convert into a flow because it doesn't work well .
The logic is very simple: when some specific fields are changed in an Account (Employees and Annual Revenue) and they are a set to specific values the Rating of all the Account related Contacts has to be updated.
Now, what should I set to say that the Contctsto be updates are the ones related to tthe Account that triggered the flow?
답변 2개
Hi Mimma,
In filter Contact records select AccountId = $Record > Account Id which is the global variable for Account record that triggered the Flow. So all the Contacts related to that Account will get updated.
Regards,
Adwait