Flows Loop Variable assignment is not working after change un Summer 20 Release.
Now no need to create flow variable separately.
How the Interview Started
Sudip Dutta (0052x000001ML0g) started the flow interview.
Some of this flow's variables were set when the interview started.
opportunity = Opportunity (0062x000005492IAAQ)
ASSIGNMENT: Update_Opportunity_Fields
{!opportunity.StageName} Equals Prospecting
{!opportunity.CloseDate} Equals {!ninetyDays}
{!opportunity.Name} Equals Flow Test New
Result
{!opportunity.CloseDate} = "October 22, 2020"
{!opportunity.Name} = "Flow Test New"
{!opportunity.StageName} = "Prospecting"
FAST CREATE: Clone_Opportunity
Create Opportunity records using the values that are stored in {!opportunity}.
Variable Values
[Id=0062x000005492IAAQ,StageName=Prospecting,CloseDate=10/22/2020, 5:30 AM,Name=Flow Test New]
Result
All records are ready to be created when the next screen, pause, or local action is executed or when the interview finishes.
LOOP: Iterate_Over_Products
End Loop.
FAST CREATE: Clone_Products
Create OpportunityLineItem records using the values that are stored in {!oppProducts_new}.
Variable Values
None.
Result
All records are ready to be created when the next screen, pause, or local action is executed or when the interview finishes.