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
Tiffany VasquezTiffany Vasquez 

Pass Opportunity ID to Flow upon Process Builder invocation based on record create/update

I've read a few articles, but still having trouble finding the scenario that matches mine. I am trying to build an autolaunched Flow for Process Builder to invoke whenever there is a change in the Opportunity's stage, but I can't get the Opportunity record Id to pass to the flow. 

My starting element is a record lookup on the opportunity to set the Opportunity id to the variable recordId. Thoughts?User-added image
Tiffany VasquezTiffany Vasquez
Alternatively, I was able to create an Action that successfully works with a button click. If there is a way to invoke this Action without the button upon update of the stage, maybe using Apex, that would help too. Thanks