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
soma s 6soma s 6 

update field value in collection of records

Hi All
           I have a child records ,when i update a field value in a child record and based on certain conditions I would like to update a field value in the remaining child records .
Is it possible to achive by flow.please advise
thanks
soma
 
JethaJetha
Yes I think, you can achieve the this way:

Create a field on parent object and then upate that field as per your conditions.  Then replicate the same using process builder to remaining child records...............I think it is gonna workkkkkkkkkkkkk............
soma s 6soma s 6
I am not updating anything on parent object. My requirement is update a field value on child and based on update i should do update on the remaining child record.
thanks
soma
 
soma s 6soma s 6
is it possible to get collection of records and update certain field value using flow.