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
Rajesh T 19Rajesh T 19 

A screen flow will re-direct the page to Case list view, if yes how to achieve it?

When user clicks delete(custom button) on Case page it should delete the case record and show user as record deleted successfully post page should re-direct to Case list view page.

Whether it can be achieve by using Screen Flow if triggered from Custom button ? or else which is the correct way to implement this functionality ?

PriyaPriya (Salesforce Developers) 

Hi Rajesh,

Drag the Action Element onto your Flow Canvas, select navigateToRecord and provide Input Values for the 3 parameters. If this element is the last one in your Flow, the user will be redirected to the defined record screen in the selected mode.

Please mark it as the Best Answer so that it can help others in the future.

Regards,

Priya Ranjan