You need to sign in to do that
Don't have an account?
The_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
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 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