Hi there,
I have written an autolaunch flow to create a quote from an opportunity once the opportunity is moved to "Quoting" stage. For some reason, when the PB fires it gives the error. "
INVALID_CROSS_REFERENCE_KEY: Owner ID: owner cannot be blank
Is there something I am missing. I have pasted all the screenshots below.
2 answers
Ash,
It looks like your Assignment step goes from opportunity owner id to user id, which is probably causing the issue. You don't actually have to go that extra step to the user id, since the opportunity owner id is already a user's id.
Try modifying that assignment to just opportunity owner id, then see if that solves your problem.