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
Danielle SDanielle S 

update multiple records using Flow

Hi everyone, 
So I'm working on a screen flow that will allow user to update a Text field on multiple oportunities living on the same account .
User need to go to the account page , clic on a button , select the opportunities they want, then will get a screen to input their updates. 
so the flow I have, is able to display available opttys , select from the list , enter their updates. but once saved , the updates are not made. nothing happen. 
Could you please advice ? 
thank you User-added imageUser-added imageUser-added imageUser-added imageUser-added image
 
Danielle SDanielle S
User-added imageUser-added image
AnkaiahAnkaiah (Salesforce Developers) 
Hi ,
Refer the below link have soultion for multiple records update using flow.

https://www.accidentalcodersf.com/2020/12/flow-bulkification-mass-update-records.html

https://www.youtube.com/watch?v=EZoNehpbuVg

If this information helps, please mark it as best answer.

Thanks!!
Danielle SDanielle S
Hi and thank you for your answer : 
So I made some changes. In the last screen , instead of adding a long text , I've added a field ( which is a long text used to enter comments). 
so when I do a test  in the account record page, I was able to choose which opportunity to choose, then I have a screen with that field for every opportunity selected and then I have to enter a value in each screen. The updated are not made in Salesforce. 
I'm pretty new into Flows. Is there any ele;ent I need to ad before the update ? 
How cam I get only one screen, in order to enter the value only once and be able to update all opportunities at once ? 
Thank you