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
debradebra 

Flow Not assigning/updating Opportunity StageName

I have a flow that collects some user inputs and then is expected to update an Opportunity's stage to Closed Won.
The flow correctly updates all other updated fields on the Opportunity but does not modify the Stage Name.  For the Stage Name value I'm using the Picklist option.

Here is a screen shot of the assignment component:
Flow Opportunity Assignment Screen
 
Best Answer chosen by debra
debradebra
OK after alot of digging and finally turning on debug logs found a workflow rule that was messing with the stagename update.
Also added setting isclosed and isWon to TRUE and updating percentage to 100.

All Answers

Andrew LikensAndrew Likens
Are you doing a record update within the flow with the other fields on the opportunity like close date?
debradebra
Yes I am doing a Fast Update on the record after the Assignment action and the Close Date and NextStep fields are updated as expected but the Stage is unchanged.
debradebra
OK after alot of digging and finally turning on debug logs found a workflow rule that was messing with the stagename update.
Also added setting isclosed and isWon to TRUE and updating percentage to 100.
This was selected as the best answer