Hi guys.
At first, Sorry for my bad English.
I have created an Opportunity detail Custom object that references a Product object. Opportunity details object have a master-detail relationship for the Opportunity Object. When the record is saved in the opportunity details, the number of orders for the opportunity details record for the same product (the number of decisions made in the (negotiation phase)) and the number of inquiries (from registration to the decision in the (negotiation phase)) are totaled for each product and I want to set these to the Product Object field. And also I'd like to do this automatically so maiking Flow and Process builder, but there is no option for Loop variable. How can I make this automation?
Thank you.
Hi Nanako,
The Loop Element will automatically store the current item from the loop, so that you don't have to create a loop variable yourself. If you see in your screenshot at the bottom, there is information text highlightning this. So with your collection of detail records, you can now move onto other elements within the loop (assignment/decision elements for example) and reference the current detail record via the flow generate loop variable.