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
Pavushetti Abhilash 3Pavushetti Abhilash 3 

Update record type using flows

I have two record types in sobject. Based on field value the record type should change using FLOWS. How could I accomplish this. Please let me know. Just I did
1. Get Records in Recordtype object.
get records1get records2update record
2. Updated records
 
Maharajan CMaharajan C
Hi Pavushetti,

I have alse used same kind of simple before save flow which will update the case record type Id based on case data.

User-added image
User-added image
User-added image

User-added image
User-added image

You can also refer the below blog:

https://www.levelupsalesforce.com/retrieve-recordtype-Id-in-a-flow-in-salesforce

In the blog he is using some addional variable to store the recordtype id but am not using that... am directly referring the record from get record element in Update records that is the only difference...

Thanks,
Maharajan.C
Maharajan CMaharajan C
Additional Screenshots:

User-added image

User-added image

User-added image

Thanks,
Maharajan.C