function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
The_A-RodThe_A-Rod 

Pass values from Process Builder to Flow

I'm trying to set up email alerts from the task object and I believe this is possible using the Process Builder to launch a flow.

My question is how do I pass the values from the Process to the flow?

I keep getting the error
The flow failed to access the value for myVariable_current.Owner.Username because it hasn't been set or assigned
Mike Ewan 7Mike Ewan 7
Old thread, but for anyone having the same issue. The Name field on User is weird, and you can't refer to it in the normal way you would with any other flow relationship. myVariable_current.Owner.Name won't work, but myVariable_current.Owner.FirstName will