You need to sign in to do that
Don't have an account?

Can a Flow fire a Workflow Rule
I wanted to see if it is possible for a Workflow rule to fire after an update by a Flow? Or would this need to be written into a trigger?
Thanks,
Sean
You need to sign in to do that
Don't have an account?
I wanted to see if it is possible for a Workflow rule to fire after an update by a Flow? Or would this need to be written into a trigger?
Thanks,
Sean
Any record operations done within the flow would trigger workflow. Just think of the Flow to be a client of the API.
So, triggers, workflow, RSF calculation etc will fire as usual.
All Answers
Any record operations done within the flow would trigger workflow. Just think of the Flow to be a client of the API.
So, triggers, workflow, RSF calculation etc will fire as usual.
Hello Rajam,
How would this work?
I'm trying to make my flow data-driven that is when a user picks a value it should update a data field..
Can i use WFR to achieve this?