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
KMK91KMK91 

Flow update child record

Hi All,

Based on current month Date field how to update record from parent to child object picklist values (Using flows)

EX :

A : Parent object Date Field

B : Child object picklist values like  1, 2,3 4,and 5 

case 1 :  if user select current month should update "1".
case 2 : if user select current month+1 should update "2".
etc...
If user selects current month > 4 should update 5.

case 5 : if user select current month+4 should update "5".

case 6 : if user select current month+6 should update "5".

Thanks
KMK
 
PriyaPriya (Salesforce Developers) 
Hi ,

Kindly refer the similar scenario with their solution :-

https://developer.salesforce.com/forums/?id=9062I000000IVyaQAG

https://developer.salesforce.com/forums/?id=9060G0000005omLQAQ
 

Kindly mark it as the best answer if it works for you.

 

Thanks & Regards,

Priya Ranjan