I want to create a "Case previous owner" button on Case object. In this scenario I
#Trailhead Challenges #Sales Cloud #Service Cloud #Automation #Marketing Cloud #Salesforce Developerwant to see case's previous owner after clicking on case previous owner button, so which development will help mw with this scenario AURA component, VF page or LWC ?
Thanks in Advance
Your question specifically said you "want to see case's previous owner" and makes no mention of switching - which is why I suggested field history tracking - but you can still use a screen flow to change the owner back to a previous one. In fact, the record choice set and checkbox option would work quite well for that (just use radio buttons instead of checkboxes). The flow can then set the OwnerId back to the selected value.